Google

class osgUtx::TestCase

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

[more] TestCase( const std::string& sName )
[more]virtual bool accept( Visitor& v )
[more]virtual void run( const Context& ) = 0

Public Members

[more]typedef TestContext Context

Protected Methods

[more]virtual ~TestCase()


Inherited from Test:

Public Methods

oconst std::string& name() const

Public Members

otypedef TestVisitor Visitor

Protected Fields

ostd::string _name


Inherited from Referenced:

Public Methods

oinline Referenced& operator = (Referenced&)
ostatic void setDeleteHandler(DeleteHandler* handler)
ostatic DeleteHandler* getDeleteHandler()
oinline void ref() const
oinline void unref_nodelete() const
oinline int referenceCount() const
oinline void unref() const

Protected Fields

omutable int _refCount


Documentation

TestCase, is the supplies the interface for a Composite pattern's \em leaf class, though it is not a leaf in itself
otypedef TestContext Context

o TestCase( const std::string& sName )

ovirtual bool accept( Visitor& v )

ovirtual void run( const Context& ) = 0

ovirtual ~TestCase()


Direct child classes:
TestCase_

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.