|
cprover
|
#include "require_type.h"#include <testing-utils/catch.hpp>#include <util/base_type.h>#include <util/namespace.h>#include <util/symbol_table.h>
Include dependency graph for require_type.cpp: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 126 of file require_type.cpp.