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 Compound List

Here are the classes, structs, unions and interfaces with brief descriptions:
CppUnit::assertion_traits< T >Traits used by CPPUNIT_ASSERT_EQUAL()
CppUnit::AutoRegisterSuite< TestCaseType >Automatically register the test suite of the specified type
CppUnit::CompilerOutputterOutputs a TestResultCollector in a compiler compatible format
CppUnit::ExceptionExceptions thrown by failed assertions
CppUnit::Exception::Type
CppUnit::ExpectedExceptionTraits< ExceptionType >(Implementation) Traits used by TestCaller to expect an exception
CppUnit::ExpectedExceptionTraits< NoExceptionExpected >(Implementation) Traits specialization used by TestCaller to expect no exception
CppUnit::NamedRegistries(Implementation) This class manages all the TestFactoryRegistry
CppUnit::NoExceptionExpectedMarker class indicating that no exception is expected by TestCaller. This class is an implementation detail. You should never use this class directly
CppUnit::NotEqualExceptionException thrown by failed equality assertions
CppUnit::Orthodox< ClassUnderTest >
CppUnit::OutputterAbstract outputter to print test result summary
CppUnit::RepeatedTestDecorator that runs a test repeatedly
CppUnit::SourceLineRepresents a source line location
CppUnit::SynchronizedObjectBase class for synchronized object
CppUnit::SynchronizedObject::ExclusiveZoneLocks a synchronization object in the current scope
CppUnit::SynchronizedObject::SynchronizationObjectAbstract synchronization object (mutex)
CppUnit::TestBase class for all test objects
CppUnit::TestCaller< Fixture, ExpectedException >Generate a test case from a fixture method
CppUnit::TestCaseA single test object
CppUnit::TestDecoratorDecorator for Tests
CppUnit::TestFactoryAbstract Test factory
CppUnit::TestFactoryRegistryRegistry for TestFactory
CppUnit::TestFailureRecord of a failed Test execution
CppUnit::TestFixtureWraps a test case with setUp and tearDown methods
CppUnit::TestFixtureFactoryAbstract TestFixture factory
CppUnit::TestListenerListener for test progress and result
TestPlugInInterfaceAbstract TestPlugIn for DLL
CppUnit::TestResultManages TestListener
CppUnit::TestResultCollectorCollects test result
CppUnit::QtUi::TestRunnerQT test runner
CppUnit::MfcUi::TestRunnerMFC test runner
CppUnit::TextUi::TestRunnerA text mode test runner
CppUnit::TestSetUp
CppUnit::TestSucessListenerTestListener that checks if any test case failed
CppUnit::TestSuiteA Composite of Tests
CppUnit::TestSuiteBuilder< Fixture >Helper to add tests to a TestSuite
CppUnit::TestSuiteFactory< TestCaseType >TestFactory for TestFixture that implements a static suite() method
CppUnit::TextOutputterPrints a TestResultCollector to a text stream
CppUnit::TextTestProgressListenerTestListener that show the status of each TestCase test result
CppUnit::TextTestResultHolds printable test result (DEPRECATED)
CppUnit::XmlOutputterOutputs a TestResultCollector in XML format
CppUnit::XmlOutputter::NodeAn XML Element

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