TestSummary
Aggregates results from multiple tests.
xxml
Language::TestProperties
| Method | Parameters | Returns | Description |
|---|---|---|---|
| totalTests | — | Integer^ | Total number of tests run |
| passedTests | — | Integer^ | Number of passing tests |
| failedTests | — | Integer^ | Number of failing tests |
| results | — | List<TestResult>^ | Individual test results |
Methods
| Method | Parameters | Returns | Description |
|---|---|---|---|
| addResult | result: TestResult^ | None | Add a test result |
| allPassed | — | Bool^ | Check if all tests passed |
| printSummary | — | None | Print formatted summary |