227 m_name =
"Unnamed Error Test Case";
void init_members(void)
Initialise class members.
virtual ~GTestCase(void)
Destructor.
std::string m_message
Test message.
GTestCase * clone(void) const
Clone test case.
std::string m_type
Test type.
std::string m_name
Test name.
void clear(void)
Clear test case.
const ErrorKind & kind(void) const
Return kind of test case.
double m_duration
Test duration.
Test case class interface definition.
GTestCase(void)
Void constructor.
void copy_members(const GTestCase &test)
Copy class members.
GTestCase & operator=(const GTestCase &test)
Assignment operator.
const std::string & name(void) const
Return test case name.
bool m_has_passed
Boolean to check test success.
void free_members(void)
Delete class members.
std::string print(const GChatter &chatter=NORMAL) const
Print test case result.
ErrorKind m_kind
Kind of test case (failure or error test)