TestSummary

Aggregates results from multiple tests.

xxml
Language::Test

Properties

MethodParametersReturnsDescription
totalTestsInteger^Total number of tests run
passedTestsInteger^Number of passing tests
failedTestsInteger^Number of failing tests
resultsList<TestResult>^Individual test results

Methods

MethodParametersReturnsDescription
addResultresult: TestResult^NoneAdd a test result
allPassedBool^Check if all tests passed
printSummaryNonePrint formatted summary

See Also