The IUnitTestEngine type exposes the following members.

Properties

  NameDescription
Public propertyEngineState
Gets the current state of test engine.
Public propertyTestsCoverage
Gets a read-only collection of test coverage info for repositories and packages.
Public propertyUnitTestResults
Gets a read-only collection of unit test results. This collection is populated after the ExecuteUnitTests()()()() method has executed successfully.
Public propertyUnitTests
Gets a read-only collection of unit tests. This collection is populated after the LoadUnitTests()()()() or LoadUnitTests(String) methods have executed successfully.

See Also