ClassResultSummary
Class
Simple summary of an execution of a .aii test.
Definition
Namespace:ArtOfTest.WebAii.Design.Execution
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class ResultSummary
Inheritance: objectResultSummary
Constructors
ResultSummary(XmlDocument, string)
Declaration
cs-api-definition
public ResultSummary(XmlDocument vsResult, string rawOutput)
Parameters
vsResult
rawOutput
Fields
InError
Whether there was an expected error during execution.
Passed
Whether the test Passed or not.
RawOutput
Raw output of the execution
Result
The full detailed results for each test executed. This results will not be set if test was run using Run.TestUsingMsTest().
VSResult
The Visual Studio result file. (.trx file). This is what Visual Studio generates. This will be set only if test was run using Run.TestUsingMsTest()