#include <TypeTest.hpp>
Public Member Functions | |
TypeTest () | |
Protected Member Functions | |
void | testIsCompatibleType () |
void | testSizeofType () |
Private Member Functions | |
CPPUNIT_TEST_SUITE (TypeTest) | |
CPPUNIT_TEST (testIsCompatibleType) | |
CPPUNIT_TEST (testSizeofType) | |
CPPUNIT_TEST_SUITE_END () |
Definition at line 39 of file TypeTest.hpp.
TypeTest::TypeTest | ( | ) | [inline] |
Definition at line 46 of file TypeTest.hpp.
TypeTest::CPPUNIT_TEST_SUITE | ( | TypeTest | ) | [private] |
TypeTest::CPPUNIT_TEST | ( | testIsCompatibleType | ) | [private] |
TypeTest::CPPUNIT_TEST | ( | testSizeofType | ) | [private] |
TypeTest::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
void TypeTest::testIsCompatibleType | ( | ) | [protected] |
Definition at line 50 of file TypeTest.cpp.
void TypeTest::testSizeofType | ( | ) | [protected] |