JsUnit |
A TestSuite collector for all test suites within a scope. More...
Public Member Functions | |
void | TestSuiteCollector (Object scope, RegExp pattern) |
Constructs a TestSuiteCollector. More... | |
Public Member Functions inherited from GenericTestCollector | |
void | GenericTestCollector (Object scope, RegExp pattern, Function type) |
Constructs a GenericTestCollector. More... | |
Additional Inherited Members | |
Public Attributes inherited from GenericTestCollector | |
int | mType |
int | mPattern |
int | mScope |
Protected Member Functions inherited from TestCollector | |
virtual void | TestCollector () |
virtual Array | collectTests () |
Collect Test classes. More... | |
A TestSuite collector for all test suites within a scope.
void TestSuiteCollector::TestSuiteCollector | ( | Object | scope, |
RegExp | pattern | ||
) |
Constructs a TestSuiteCollector.
scope | The object defining the scope of the search. |
pattern | The regular expression the function name must match. Defaults to /.+TestSuite$/ |
JsUnit © 1999, 2000, 2001, 2002, 2003, 2006, 2007 by Jörg Schaible
|
Generated on Wed Apr 15 2015 02:33:07 for JsUnit by doxygen 1.8.5
|