class %IPM.Test.Manager
extends %UnitTest.Manager
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
5
|
|
|
|
|
classmethod GetLastStatus(Output pFailureCount As %Integer)
as %Status
Returns $$$OK if the last unit test run was successful, or an error if it was unsuccessful.
classmethod LoadTestDirectory(pRootDirectory As %String, pVerbose As %Boolean = 0, Output pLoadedList As %String, pFormat As %String = "")
as %Status
Loads unit test classes from a directory without compiling or running them. (Other debug loading approaches would compile them.)
classmethod OutputFailures()
classmethod RunTest(testspec As %String, qspec As %String, ByRef userparam)
as %Status
Ensures the last run variable is cleared out, then just does the usual.
method SaveResult(duration)
Does the default behavior, then stashes the latest run index