TestCase, is the supplies the interface for a Composite pattern's \em leaf class, though it is not a leaf in itself
Inheritance:
Public Methods
-
TestCase( const std::string& sName )
-
virtual bool accept( Visitor& v )
-
virtual void run( const Context& ) = 0
Public Members
-
typedef TestContext Context
Inherited from Test:
Public Methods
-
const std::string& name() const
Public Members
-
typedef TestVisitor Visitor
Public Methods
-
inline Referenced& operator = (Referenced&)
-
inline void ref() const
-
inline void unref() const
-
inline void unref_nodelete() const
-
inline int referenceCount() const
-
inline static int createdCount()
-
inline static int deletedCount()
Protected Fields
-
mutable int _refCount
-
static int _createdCount
-
static int _deletedCount
Documentation
TestCase, is the supplies the interface for a Composite pattern's
\em leaf class, though it is not a leaf in itself
- typedef TestContext Context
- TestCase( const std::string& sName )
- virtual bool accept( Visitor& v )
- virtual void run( const Context& ) = 0
- Direct child classes:
- TestCase_
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.