Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

cppunit::TestRegistry::Entry Class Reference

テストのエントリ。. More...

#include <TestRegistry.h>

List of all members.

Public Methods

 Entry (const char *name, Test *test, bool available=false)
 コンストラクタ。. More...

 ~Entry ()
 デストラクタ。. More...

const char * getName () const
 テスト名を返す。. More...

TestgetTest () const
 テストを返す。. More...

bool isAvailable () const
 テストが有効か? More...

void setAvailable (bool value=true)
 テストが有効か設定する。. More...


Detailed Description

テストのエントリ。.


Constructor & Destructor Documentation

cppunit::TestRegistry::Entry::Entry const char *    name,
Test   test,
bool    available = false
[inline]
 

コンストラクタ。.

Parameters:
name  テスト名。
test  テスト。
available  テストが有効か?

cppunit::TestRegistry::Entry::~Entry   [inline]
 

デストラクタ。.


Member Function Documentation

const char* cppunit::TestRegistry::Entry::getName   const [inline]
 

テスト名を返す。.

Test* cppunit::TestRegistry::Entry::getTest   const [inline]
 

テストを返す。.

bool cppunit::TestRegistry::Entry::isAvailable   const [inline]
 

テストが有効か?

void cppunit::TestRegistry::Entry::setAvailable bool    value = true [inline]
 

テストが有効か設定する。.

Parameters:
value  設定する値。


The documentation for this class was generated from the following file:
Generated on Sun Mar 31 23:42:08 2002 for CppUnit-x by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001