cprover
|
#include "require_type.h"
#include <testing-utils/use_catch.h>
#include <util/namespace.h>
#include <util/symbol_table.h>
Go to the source code of this file.
Functions | |
bool | require_java_generic_type_argument_expectation (const reference_typet &type_argument, const require_type::expected_type_argumentt &expected) |
Helper function for testing that java generic type arguments match a given expectation. More... | |
bool require_java_generic_type_argument_expectation | ( | const reference_typet & | type_argument, |
const require_type::expected_type_argumentt & | expected | ||
) |
Helper function for testing that java generic type arguments match a given expectation.
type_argument | The generic type argument to test |
expected | The expected value of the argument |
Definition at line 142 of file require_type.cpp.