Fix out-of-date comment.
This commit is contained in:
parent
021ebc2f8c
commit
548149fe48
@ -58,12 +58,10 @@ public:
|
|||||||
status_t AddSuite(BTestSuite *kit);
|
status_t AddSuite(BTestSuite *kit);
|
||||||
|
|
||||||
// This function is used to add test suites to the list of available
|
// This function is used to add test suites to the list of available
|
||||||
// tests. A SuiteFunction is just a function that takes no parameters
|
// tests. The test pointer may not be NULL. The name given is the name that
|
||||||
// and returns a pointer to a CppUnit::Test object. Return NULL at
|
// will be presented when the program is run with "--list" as an argument.
|
||||||
// your own risk :-). The name given is the name that will be presented
|
// Usually the given suite would be a test suite for an entire class, but
|
||||||
// when the program is run with "--list" as an argument. Usually the
|
// that's not a requirement.
|
||||||
// given suite would be a test suite for an entire class, but that's
|
|
||||||
// not a requirement.
|
|
||||||
void AddTest(const std::string &name, CppUnit::Test* test);
|
void AddTest(const std::string &name, CppUnit::Test* test);
|
||||||
|
|
||||||
// This function loads all the test addons it finds in the given
|
// This function loads all the test addons it finds in the given
|
||||||
|
Loading…
Reference in New Issue
Block a user