CppUnit project page FAQ CppUnit home page

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

CppUnit Namespace Reference


Compounds

struct  assertion_traits
 Traits used by CPPUNIT_ASSERT_EQUAL(). More...

class  AutoRegisterSuite
 Automatically register the test suite of the specified type. More...

class  CompilerOutputter
 Outputs a TestResultCollector in a compiler compatible format. More...

class  Exception
 Exceptions thrown by failed assertions. More...

class  Type
struct  ExpectedExceptionTraits
 (Implementation) Traits used by TestCaller to expect an exception. More...

struct  ExpectedExceptionTraits< NoExceptionExpected >
 (Implementation) Traits specialization used by TestCaller to expect no exception. More...

class  NamedRegistries
 (Implementation) This class manages all the TestFactoryRegistry. More...

class  Node
 An XML Element. More...

class  NoExceptionExpected
 Marker class indicating that no exception is expected by TestCaller. This class is an implementation detail. You should never use this class directly. More...

class  ExclusiveZone
 Locks a synchronization object in the current scope. More...

class  NotEqualException
 Exception thrown by failed equality assertions. More...

class  Orthodox
class  Outputter
 Abstract outputter to print test result summary. More...

class  RepeatedTest
 Decorator that runs a test repeatedly. More...

class  SourceLine
 Represents a source line location. More...

class  SynchronizationObject
 Abstract synchronization object (mutex). More...

class  SynchronizedObject
 Base class for synchronized object. More...

class  Test
 Base class for all test objects. More...

class  TestCaller
 Generate a test case from a fixture method. More...

class  TestCase
 A single test object. More...

class  TestDecorator
 Decorator for Tests. More...

class  TestFactory
 Abstract Test factory. More...

class  TestFactoryRegistry
 Registry for TestFactory. More...

class  TestFailure
 Record of a failed Test execution. More...

class  TestFixture
 Wraps a test case with setUp and tearDown methods. More...

class  TestFixtureFactory
 Abstract TestFixture factory. More...

class  TestListener
 Listener for test progress and result. More...

class  TestResult
 Manages TestListener. More...

class  TestResultCollector
 Collects test result. More...

class  TestSetUp
class  TestSucessListener
 TestListener that checks if any test case failed. More...

class  TestSuite
 A Composite of Tests. More...

class  TestSuiteBuilder
 Helper to add tests to a TestSuite. More...

class  TestSuiteFactory
 TestFactory for TestFixture that implements a static suite() method. More...

class  TextOutputter
 Prints a TestResultCollector to a text stream. More...

class  TextTestProgressListener
 TestListener that show the status of each TestCase test result. More...

class  TextTestResult
 Holds printable test result (DEPRECATED). More...

class  XmlOutputter
 Outputs a TestResultCollector in XML format. More...


Typedefs

typedef CppUnit::TextUi::TestRunner TextTestRunner
 A text mode test runner. More...


Functions

std::ostream & operator<< (std::ostream &stream, TextTestResult &result)
 insertion operator for easy output. More...


Function Documentation

std::ostream & CppUnit::operator<< std::ostream &    stream,
TextTestResult   result
 

insertion operator for easy output.


SourceForge Logo hosts this site. Send comments to:
CppUnit Developers