The TestResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Exceptions |
Gets a read-only list of exceptions caught during the test.
| |
| Executable |
Gets a package element that was tested.
| |
| FinishedAt |
Gets a time when the test is finished.
| |
| Package |
Gets a package that was tested.
| |
| RepositoryName |
Gets a repository name that contains the target package.
| |
| StartedAt |
Gets a time when the test is started.
| |
| TestDescription |
Gets the description of the unit test.
| |
| TestId |
Gets the id of the corresponding test.
| |
| TestName |
Gets the name of a class which implements the test.
| |
| TestOutcome |
Gets a value that represents the result of a test.
|