TestResult
Represents the result of a single test execution.
xxml
Language::TestProperties
| Method | Parameters | Returns | Description |
|---|---|---|---|
| testName | — | String^ | Name of the test method |
| passed | — | Bool^ | Whether the test passed |
| message | — | String^ | Success/failure message |
| durationMs | — | Integer^ | Execution time in milliseconds |