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  CppUnit::assertion_traits
 Traits used by CPPUNIT_ASSERT_EQUAL(). More...

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

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

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

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

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

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

class  CppUnit::XmlOutputter::Node
 An XML Element. More...

class  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. More...

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

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

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

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

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

class  CppUnit::SynchronizedObject::SynchronizationObject
 Abstract synchronization object (mutex). More...

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

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

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

class  CppUnit::TestCase
 A single test object. More...

class  CppUnit::TestDecorator
 Decorator for Tests. More...

class  CppUnit::TestFactory
 Abstract Test factory. More...

class  CppUnit::TestFactoryRegistry
 Registry for TestFactory. More...

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

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

class  CppUnit::TestFixtureFactory
 Abstract TestFixture factory. More...

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

class  CppUnit::TestResult
 Manages TestListener. More...

class  CppUnit::TestResultCollector
 Collects test result. More...

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

class  CppUnit::TestSuite
 A Composite of Tests. More...

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

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

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

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

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

class  CppUnit::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