|
gucoordinates
|
#include "GUCoordinatesTests.hpp"

Go to the source code of this file.
Classes | |
| class | CGTEST::GUWrapperTests< Class, Strct > |
Namespaces | |
| namespace | CGTEST |
Macros | |
| #define | C_CONVERTIBLE_TEST_F(className) |
| #define | EQUALS_TEST_F(className, strctName) |
| #define | TO_C_TEST_F(className, strctName) |
| #define | WRAPPER_TEST_Fs(className, strctName) |
| #define | GETTER_TEST_NAME_F(className, testName, resultType, call, get) |
| #define | GETTER_TEST_F(className, resultType, call, get) GETTER_TEST_NAME_F(className, resultType, resultType, call, get) |
| #define | GETTER_IM_TEST_NAME_F(className, testName, resultType, call, imType, imCall, get) |
| #define | GETTER_IM_TEST_F(className, resultType, call, imType, imCall, get) GETTER_IM_TEST_NAME_F(className, resultType, resultType, call, imType, imCall, get) |
| #define | GETTER_BOOL_TEST_NAME_F(className, testName, resultType, call, get) |
| #define | GETTER_BOOL_TEST_F(className, resultType, call, get) GETTER_BOOL_TEST_NAME_F(className, resultType##Bool, resultType, call, get) |
| #define | GETTER_BOOL_IM_TEST_NAME_F(className, testName, resultType, failCall, resultCall, get) |
| #define | GETTER_BOOL_IM_TEST_F(className, resultType, failCall, resultCall, get) GETTER_BOOL_IM_TEST_NAME_F(className, resultType##Bool, resultType, failCall, resultCall, get) |
| #define | GETTER_OPT_TEST_NAME_F(className, testName, resultType, call, get) |
| #define | GETTER_OPT_TEST_F(className, resultType, call, get) GETTER_OPT_TEST_NAME_F(className, resultType, resultType, call, get) |
| #define | GETTER_OPT_IM_TEST_NAME_F(className, testName, resultType, failCall, resultCall, get) |
| #define | GETTER_OPT_IM_TEST_F(className, resultType, failCall, resultCall, get) GETTER_OPT_IM_TEST_NAME_F(className, resultType, resultType, failCall, resultCall, get) |
| #define C_CONVERTIBLE_TEST_F | ( | className | ) |
Definition at line 64 of file GUWrapperTests.hpp.
| #define EQUALS_TEST_F | ( | className, | |
| strctName | |||
| ) |
Definition at line 69 of file GUWrapperTests.hpp.
| #define GETTER_BOOL_IM_TEST_F | ( | className, | |
| resultType, | |||
| failCall, | |||
| resultCall, | |||
| get | |||
| ) | GETTER_BOOL_IM_TEST_NAME_F(className, resultType##Bool, resultType, failCall, resultCall, get) |
Definition at line 173 of file GUWrapperTests.hpp.
| #define GETTER_BOOL_IM_TEST_NAME_F | ( | className, | |
| testName, | |||
| resultType, | |||
| failCall, | |||
| resultCall, | |||
| get | |||
| ) |
Definition at line 152 of file GUWrapperTests.hpp.
| #define GETTER_BOOL_TEST_F | ( | className, | |
| resultType, | |||
| call, | |||
| get | |||
| ) | GETTER_BOOL_TEST_NAME_F(className, resultType##Bool, resultType, call, get) |
Definition at line 149 of file GUWrapperTests.hpp.
| #define GETTER_BOOL_TEST_NAME_F | ( | className, | |
| testName, | |||
| resultType, | |||
| call, | |||
| get | |||
| ) |
Definition at line 133 of file GUWrapperTests.hpp.
| #define GETTER_IM_TEST_F | ( | className, | |
| resultType, | |||
| call, | |||
| imType, | |||
| imCall, | |||
| get | |||
| ) | GETTER_IM_TEST_NAME_F(className, resultType, resultType, call, imType, imCall, get) |
Definition at line 130 of file GUWrapperTests.hpp.
| #define GETTER_IM_TEST_NAME_F | ( | className, | |
| testName, | |||
| resultType, | |||
| call, | |||
| imType, | |||
| imCall, | |||
| get | |||
| ) |
Definition at line 118 of file GUWrapperTests.hpp.
| #define GETTER_OPT_IM_TEST_F | ( | className, | |
| resultType, | |||
| failCall, | |||
| resultCall, | |||
| get | |||
| ) | GETTER_OPT_IM_TEST_NAME_F(className, resultType, resultType, failCall, resultCall, get) |
Definition at line 219 of file GUWrapperTests.hpp.
| #define GETTER_OPT_IM_TEST_NAME_F | ( | className, | |
| testName, | |||
| resultType, | |||
| failCall, | |||
| resultCall, | |||
| get | |||
| ) |
Definition at line 198 of file GUWrapperTests.hpp.
| #define GETTER_OPT_TEST_F | ( | className, | |
| resultType, | |||
| call, | |||
| get | |||
| ) | GETTER_OPT_TEST_NAME_F(className, resultType, resultType, call, get) |
Definition at line 195 of file GUWrapperTests.hpp.
| #define GETTER_OPT_TEST_NAME_F | ( | className, | |
| testName, | |||
| resultType, | |||
| call, | |||
| get | |||
| ) |
Definition at line 177 of file GUWrapperTests.hpp.
| #define GETTER_TEST_F | ( | className, | |
| resultType, | |||
| call, | |||
| get | |||
| ) | GETTER_TEST_NAME_F(className, resultType, resultType, call, get) |
Definition at line 115 of file GUWrapperTests.hpp.
| #define GETTER_TEST_NAME_F | ( | className, | |
| testName, | |||
| resultType, | |||
| call, | |||
| get | |||
| ) |
Definition at line 106 of file GUWrapperTests.hpp.
| #define TO_C_TEST_F | ( | className, | |
| strctName | |||
| ) |
Definition at line 93 of file GUWrapperTests.hpp.
| #define WRAPPER_TEST_Fs | ( | className, | |
| strctName | |||
| ) |
Definition at line 100 of file GUWrapperTests.hpp.