Public Member Functions | |
SaveResult (duration) | |
Does the default behavior, then stashes the latest run index. | |
Static Public Member Functions | |
_.Library.Status | GetLastStatus (_.Library.Integer pFailureCount) |
Returns $$$OK if the last unit test run was successful, or an error if it was unsuccessful. | |
_.Library.Status | LoadTestDirectory (_.Library.String pRootDirectory, _.Library.Boolean pVerbose, _.Library.String pLoadedList, _.Library.String pFormat) |
Loads unit test classes from a directory without compiling or running them. More... | |
_.Library.Status | RunTest (_.Library.String testspec, _.Library.String qspec, userparam) |
Ensures the last run variable is cleared out, then just does the usual. | |
|
static |
Loads unit test classes from a directory without compiling or running them.
(Other debug loading approaches would compile them.)