JsUnit |
A generic collector for all Test classes within a scope. More...
Public Member Functions | |
void | GenericTestCollector (Object scope, RegExp pattern, Function type) |
Constructs a GenericTestCollector. More... | |
Public Attributes | |
int | mType |
int | mPattern |
int | mScope |
Additional Inherited Members | |
Protected Member Functions inherited from TestCollector | |
virtual void | TestCollector () |
virtual Array | collectTests () |
Collect Test classes. More... | |
A generic collector for all Test classes within a scope.
void GenericTestCollector::GenericTestCollector | ( | Object | scope, |
RegExp | pattern, | ||
Function | type | ||
) |
Constructs a GenericTestCollector.
scope | The object defining the scope of the search. |
pattern | The regular expression the function name must match. |
type | The class type the function must be an instance of. |
int GenericTestCollector::mPattern |
int GenericTestCollector::mScope |
int GenericTestCollector::mType |
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
|