The TestResult type exposes the following members.

Properties

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

See Also