The ILiveTestEngine type exposes the following members.

Properties

  NameDescription
Public propertyAllErrors
Gets a read-only collection of all errors that occured during live tests.
Public propertyEngineState
Gets the current state of test engine.
Public propertyLiveTestResults
Gets a read-only collection of live test results. This collection is populated after the ExecutePackage(String, String) method has executed successfully.
Public propertyLiveTests
Gets a read-only collection of live tests. This collection is populated after the LoadActions()()()() or LoadActions(String) methods have executed successfully.
Public propertyTestsCoverage
Gets a read-only collection of test coverage info for repositories and packages.

See Also