Classes | Public Member Functions | Protected Types | Protected Attributes | Private Member Functions | Static Private Member Functions | List of all members
Schema Class Reference
Inheritance diagram for Schema:
Inheritance graph
[legend]

Classes

struct  TestSuite
 

Public Member Functions

 Schema ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Protected Types

typedef std::vector< Document * > DocumentList
 
typedef std::vector< TestSuite * > TestSuiteList
 

Protected Attributes

TestSuiteList testSuites
 

Private Member Functions

Schemaoperator= (const Schema &)
 
 Schema (const Schema &)
 

Static Private Member Functions

static bool IsExcludeTest (const std::string &description)
 
static bool IsExcludeTestSuite (const std::string &description)
 

Detailed Description

Definition at line 45 of file perftest/schematest.cpp.

Member Typedef Documentation

typedef std::vector<Document*> Schema::DocumentList
protected

Definition at line 174 of file perftest/schematest.cpp.

typedef std::vector<TestSuite* > Schema::TestSuiteList
protected

Definition at line 187 of file perftest/schematest.cpp.

Constructor & Destructor Documentation

Schema::Schema ( )
inline

Definition at line 47 of file perftest/schematest.cpp.

Schema::Schema ( const Schema )
private

Member Function Documentation

static bool Schema::IsExcludeTest ( const std::string &  description)
inlinestaticprivate

Definition at line 154 of file perftest/schematest.cpp.

static bool Schema::IsExcludeTestSuite ( const std::string &  description)
inlinestaticprivate

Definition at line 133 of file perftest/schematest.cpp.

Schema& Schema::operator= ( const Schema )
private
virtual void Schema::SetUp ( )
inlinevirtual

Definition at line 49 of file perftest/schematest.cpp.

virtual void Schema::TearDown ( )
inlinevirtual

Definition at line 124 of file perftest/schematest.cpp.

Member Data Documentation

TestSuiteList Schema::testSuites
protected

Definition at line 188 of file perftest/schematest.cpp.


The documentation for this class was generated from the following file:


choreo_rapidjson
Author(s):
autogenerated on Thu Jul 18 2019 03:59:10