AutomatedTestReport Methods |
The AutomatedTestReport type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Export |
Saves the current instance to the file.
| |
| ExportJUnit |
Exports the test report compatible with Apache Ant JUnit report
| |
| ExportNUnit |
Exports the test report compatible with NUnit-3 test result
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Import |
Imports a Automated Test Report from a file (*.APR).
| |
| LoadFrom |
Generates a Test Report from an AutomationProject | |
| LoadFromAsync |
Generates a Test Report from an AutomationProject asynchronously
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ToStringOrXml |
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.) | |
| ToXmlString |
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.) |