GatherTestCase

A simple class to gather reported test cases.

Members

Functions

merge
void merge(GatherTestCase o)
Undocumented in source. Be warned that the author may not have intended to support it.
reportFailed
void reportFailed(TestCase tc)
Undocumented in source. Be warned that the author may not have intended to support it.
reportFound
void reportFound(TestCase tc)

A test case that is found

reportTestCmd
void reportTestCmd(TestCase tc)
Undocumented in source. Be warned that the author may not have intended to support it.
reportUnstable
void reportUnstable(TestCase tc)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

failed
Set!TestCase failed;

Test cases reported as failed.

found
Set!TestCase found;

Found test cases.

testCmd
Set!TestCase testCmd;
Undocumented in source.
unstable
Set!TestCase unstable;

The unstable test cases.

Meta