The LiveTestResult type exposes the following members.

Properties

  NameDescription
Public propertyExceptions
Gets a read-only list of exceptions caught during the test.
(Inherited from TestResult.)
Public propertyExecutable
Gets a package element that was tested.
(Inherited from TestResult.)
Public propertyFinishedAt
Gets a time when the test is finished.
(Inherited from TestResult.)
Public propertyPackage
Gets a package that was tested.
(Inherited from TestResult.)
Public propertyRepositoryName
Gets a repository name that contains the target package.
(Inherited from TestResult.)
Public propertyStartedAt
Gets a time when the test is started.
(Inherited from TestResult.)
Public propertyTestDescription
Gets the description of the unit test.
(Inherited from TestResult.)
Public propertyTestId
Gets the id of the corresponding test.
(Inherited from TestResult.)
Public propertyTestName
Gets the name of a class which implements the test.
(Inherited from TestResult.)
Public propertyTestOutcome
Gets a value that represents the result of a test.
(Inherited from TestResult.)

See Also