Skip to content

TestResultObject

TestResultObject( ... )

is an association wrapped in a TestResultObjectreturned from VerificationTest which stores the results from executing a single unit test.

Examples

>> VerificationTest(3! < 3^3)
TestResultObject(Outcome->Success,TestID->None)

TestReport, VerificationTest