The BaseUnitTest type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ExecutablePath |
Gets the path to the target executable.
| |
| ExecutionOrderFactor |
Gets the priority of test exection. Higher numbers have higher priority and such tests will be executed before other unit tests.
| |
| Id |
Gets the system generated id of the test.
(Inherited from BaseTest.) | |
| PackageName |
Gets the name of the target package.
| |
| RepositoryName |
Gets the name of the repository where the target package resides.
| |
| Result |
Gets the result of the test.
| |
| TestDescription |
Gets the description of the unit test.
| |
| TestName |
Gets the name of the class which implements the test.
(Inherited from BaseTest.) |