Click or drag to resize

AutomatedTestReport Methods

The AutomatedTestReport type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExport
Saves the current instance to the file.
Public methodExportJUnit
Exports the test report compatible with Apache Ant JUnit report
Public methodExportNUnit
Exports the test report compatible with NUnit-3 test result
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberImport
Imports a Automated Test Report from a file (*.APR).
Public methodStatic memberLoadFrom
Generates a Test Report from an AutomationProject
Public methodStatic memberLoadFromAsync
Generates a Test Report from an AutomationProject asynchronously
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodToStringOrXml
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.)
Public Extension MethodToXmlString
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.)
Top
See Also