Lista completa de los miembros de
test0, incluyendo todos los heredados:
countTestCases() const | TestCase | [inline] |
do_toString(const TestCase *tc, std::basic_ostringstream< char > &ost) | TestCase | [friend] |
do_toXML(const TestCase *tc, std::basic_ostringstream< char > &ost) | TestCase | [friend] |
errorCount() const | TestCase | [inline] |
failureCount() const | TestCase | [inline, virtual] |
failureString() const | TestCase | [inline] |
getName() const | TestCase | [inline] |
m_failure | TestCase | [protected] |
m_failureList | TestCase | [protected] |
m_name | TestCase | [protected] |
m_pass | TestCase | [protected] |
m_test_suite_destroy | TestCase | [protected] |
nError() const | TestCase | [inline, protected] |
nPass() const | TestCase | [inline, protected] |
recordFailure(const char *label, const char *fname, int lineno, bool must_copy=false) | TestCase | [inline, protected] |
recordFailure(const std::string &label, const char *fname, int lineno) | TestCase | [inline, protected] |
recordSuccess() | TestCase | [inline, protected] |
report() const | TestCase | [inline] |
reset() | TestCase | [inline, virtual] |
run() | test0 | [inline, virtual] |
Run() | TestCase | [inline] |
runBare() | TestCase | [inline] |
runCount() const | TestCase | [inline] |
runTest() | TestCase | [inline] |
setName(const char *name=0) | TestCase | [inline] |
setUp() | TestCase | [inline, virtual] |
successCount() const | TestCase | [inline, virtual] |
summary() const | TestCase | [inline, virtual] |
tearDown() | TestCase | [inline, virtual] |
TestCase(const char *name=0) | TestCase | [inline] |
TestSuite class | TestCase | [friend] |
testThis(bool cond, const char *label, const char *fname, long lineno, bool must_copy=false) | TestCase | [inline, protected] |
testThis(bool cond, const std::string &label, const char *fname, long lineno) | TestCase | [inline, protected] |
toString() const | TestCase | [inline, virtual] |
toString(const T &val) | TestCase | [static] |
toXML() const | TestCase | [inline, virtual] |
wasSuccessful() const | TestCase | [inline] |
~TestCase() | TestCase | [inline, virtual] |