|
CPUnit 0.95 (beta)
The REAL C++ port of JUnit.
|
| add_child(TestTreeNode *child) | cpunit::TestTreeNode | |
| add_test(Callable *test) | cpunit::TestTreeNode | |
| ChildMap typedef | cpunit::TestTreeNode | [private] |
| children | cpunit::TestTreeNode | [private] |
| counter | cpunit::TestTreeNode | [private] |
| extract_matches(std::vector< TestUnit > &result, const GlobMatcher &m) | cpunit::TestTreeNode | |
| get_children() | cpunit::TestTreeNode | |
| get_local_name() const | cpunit::TestTreeNode | |
| get_path() const | cpunit::TestTreeNode | |
| local_name | cpunit::TestTreeNode | [private] |
| parent | cpunit::TestTreeNode | [private] |
| register_set_up(Callable *s) | cpunit::TestTreeNode | |
| register_tear_down(Callable *t) | cpunit::TestTreeNode | |
| setUp | cpunit::TestTreeNode | [private] |
| tearDown | cpunit::TestTreeNode | [private] |
| TestMap typedef | cpunit::TestTreeNode | [private] |
| tests | cpunit::TestTreeNode | [private] |
| TestTreeNode(const std::string &loc_name) | cpunit::TestTreeNode | |
| ~TestTreeNode() | cpunit::TestTreeNode | [virtual] |