The IUnitTestEngine type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| EngineState |
Gets the current state of test engine.
| |
| TestsCoverage |
Gets a read-only collection of test coverage info for repositories and packages.
| |
| UnitTestResults |
Gets a read-only collection of unit test results. This collection is populated after the ExecuteUnitTests()()()() method has executed successfully.
| |
| UnitTests |
Gets a read-only collection of unit tests. This collection is populated after the LoadUnitTests()()()() or LoadUnitTests(String) methods have executed successfully.
|