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 | |
Schema & | operator= (const Schema &) |
Schema (const Schema &) | |
Static Private Member Functions | |
static bool | IsExcludeTest (const std::string &description) |
static bool | IsExcludeTestSuite (const std::string &description) |
Definition at line 45 of file perftest/schematest.cpp.
|
protected |
Definition at line 174 of file perftest/schematest.cpp.
|
protected |
Definition at line 187 of file perftest/schematest.cpp.
|
inline |
Definition at line 47 of file perftest/schematest.cpp.
|
private |
|
inlinestaticprivate |
Definition at line 154 of file perftest/schematest.cpp.
|
inlinestaticprivate |
Definition at line 133 of file perftest/schematest.cpp.
|
inlinevirtual |
Definition at line 49 of file perftest/schematest.cpp.
|
inlinevirtual |
Definition at line 124 of file perftest/schematest.cpp.
|
protected |
Definition at line 188 of file perftest/schematest.cpp.