SST/macro
Public Member Functions | List of all members
TestCase Class Referenceabstract

#include <test.h>

Inheritance diagram for TestCase:
Inheritance graph
Collaboration diagram for TestCase:
Collaboration graph

Public Member Functions

virtual bool is_correct () const =0
 
virtual void print_error (std::ostream &os) const =0
 
virtual void print_descr (std::ostream &os) const =0
 
virtual void print_test_value (std::ostream &os) const =0
 
virtual void print_asserted_value (std::ostream &os) const =0
 

Detailed Description

Definition at line 16 of file test.h.

Member Function Documentation

virtual bool TestCase::is_correct ( ) const
pure virtual

Implemented in ExceptionTestCase, and TestCase_impl< T >.

virtual void TestCase::print_asserted_value ( std::ostream &  os) const
pure virtual

Implemented in ExceptionTestCase, and TestCase_impl< T >.

virtual void TestCase::print_descr ( std::ostream &  os) const
pure virtual

Implemented in ExceptionTestCase, and TestCase_impl< T >.

virtual void TestCase::print_error ( std::ostream &  os) const
pure virtual

Implemented in ExceptionTestCase, and TestCase_impl< T >.

virtual void TestCase::print_test_value ( std::ostream &  os) const
pure virtual

Implemented in ExceptionTestCase, and TestCase_impl< T >.


The documentation for this class was generated from the following file: