CppUnit project page | FAQ | CppUnit home page |
CppUnit::assertion_traits< T > | Traits used by CPPUNIT_ASSERT_EQUAL() |
CppUnit::AutoRegisterSuite< TestCaseType > | Automatically register the test suite of the specified type |
CppUnit::CompilerOutputter | Outputs a TestResultCollector in a compiler compatible format |
CppUnit::Exception | Exceptions 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::NoExceptionExpected | Marker class indicating that no exception is expected by TestCaller. This class is an implementation detail. You should never use this class directly |
CppUnit::NotEqualException | Exception thrown by failed equality assertions |
CppUnit::Orthodox< ClassUnderTest > | |
CppUnit::Outputter | Abstract outputter to print test result summary |
CppUnit::RepeatedTest | Decorator that runs a test repeatedly |
CppUnit::SourceLine | Represents a source line location |
CppUnit::SynchronizedObject | Base class for synchronized object |
CppUnit::SynchronizedObject::ExclusiveZone | Locks a synchronization object in the current scope |
CppUnit::SynchronizedObject::SynchronizationObject | Abstract synchronization object (mutex) |
CppUnit::Test | Base class for all test objects |
CppUnit::TestCaller< Fixture, ExpectedException > | Generate a test case from a fixture method |
CppUnit::TestCase | A single test object |
CppUnit::TestDecorator | Decorator for Tests |
CppUnit::TestFactory | Abstract Test factory |
CppUnit::TestFactoryRegistry | Registry for TestFactory |
CppUnit::TestFailure | Record of a failed Test execution |
CppUnit::TestFixture | Wraps a test case with setUp and tearDown methods |
CppUnit::TestFixtureFactory | Abstract TestFixture factory |
CppUnit::TestListener | Listener for test progress and result |
TestPlugInInterface | Abstract TestPlugIn for DLL |
CppUnit::TestResult | Manages TestListener |
CppUnit::TestResultCollector | Collects test result |
CppUnit::QtUi::TestRunner | QT test runner |
CppUnit::MfcUi::TestRunner | MFC test runner |
CppUnit::TextUi::TestRunner | A text mode test runner |
CppUnit::TestSetUp | |
CppUnit::TestSucessListener | TestListener that checks if any test case failed |
CppUnit::TestSuite | A 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::TextOutputter | Prints a TestResultCollector to a text stream |
CppUnit::TextTestProgressListener | TestListener that show the status of each TestCase test result |
CppUnit::TextTestResult | Holds printable test result (DEPRECATED) |
CppUnit::XmlOutputter | Outputs a TestResultCollector in XML format |
CppUnit::XmlOutputter::Node | An XML Element |
hosts this site. |
Send comments to: CppUnit Developers |