TestResult

Represents the result of a single test execution.

xxml
Language::Test

Properties

MethodParametersReturnsDescription
testNameString^Name of the test method
passedBool^Whether the test passed
messageString^Success/failure message
durationMsInteger^Execution time in milliseconds

See Also