Class ExtendedTypes¶
Defined in File ExtendedTypes.cpp
Inheritance Relationships¶
Base Type¶
public Test
Class Documentation¶
-
class ExtendedTypes : public Test
Fixture for the ExtendedTypes tests
Public Functions
-
inline ExtendedTypes()
-
inline void SetUp()
-
inline void TearDown()
-
template<class MSGIN, class MSGOUT, class S>
inline void validate(const MSGIN &in, bool exp_write_result = true, bool exp_read_result = true, bool exp_contents = true)
-
template<class MSGIN, class MSGOUT, class S>
inline void validate_deeper(const MSGIN &in, bool exp_write_result = true, bool exp_read_result = true, bool exp_contents = true)
-
inline ExtendedTypes()