Class RunResult
Inheritance
Inherited Members
Namespace: ArtOfTest.WebAii.Design.Execution
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class RunResult : IXmlPersistable, IDataTransport, IDispatchableTestResult
Constructors
RunResult()
Declaration
public RunResult()
RunResult(String)
Declaration
public RunResult(string listName)
Parameters
System.
|
Fields
CLOUD_STORAGE_INDEX_NAME
Declaration
public const string CLOUD_STORAGE_INDEX_NAME = "CloudRunResult"
Field Value
System.
|
LOCAL_STORAGE_INDEX_NAME
Declaration
public const string LOCAL_STORAGE_INDEX_NAME = "LocalRunResult"
Field Value
System.
|
RESULT_FILE_EXTENSION
Declaration
public const string RESULT_FILE_EXTENSION = ".aiiresult"
Field Value
System.
|
RESULTS_FOLDER_NAME
Declaration
public const string RESULTS_FOLDER_NAME = "Results"
Field Value
System.
|
Properties
AllCount
Declaration
public int AllCount { get; }
Property Value
System.
|
Comment
Declaration
public string Comment { get; set; }
Property Value
System.
|
CurrentVersion
Declaration
public Version CurrentVersion { get; }
Property Value
System.
|
Implements
DataCollectors
Declaration
public Dictionary<string, string> DataCollectors { get; }
Property Value
System.
|
DispatchGroupId
Declaration
public Guid DispatchGroupId { get; set; }
Property Value
System.
|
EndTime
Declaration
public DateTime EndTime { get; }
Property Value
System.
|
FailedCount
Declaration
public int FailedCount { get; }
Property Value
System.
|
FailedPercent
Declaration
public double FailedPercent { get; }
Property Value
System.
|
FileName
Declaration
public string FileName { get; set; }
Property Value
System.
|
HasWarnings
Declaration
public bool HasWarnings { get; }
Property Value
System.
|
Id
Declaration
public Guid Id { get; set; }
Property Value
System.
|
IsCached
Declaration
public bool IsCached { get; set; }
Property Value
System.
|
IsCloudResult
Declaration
public bool IsCloudResult { get; set; }
Property Value
System.
|
IsManual
Declaration
public bool IsManual { get; set; }
Property Value
System.
|
LocalEndTime
Declaration
public DateTime LocalEndTime { get; }
Property Value
System.
|
Machine
MachinesAssigned
Declaration
public List<string> MachinesAssigned { get; set; }
Property Value
System.
|
Messages
Declaration
public List<string> Messages { get; set; }
Property Value
System.
|
Name
Declaration
public string Name { get; }
Property Value
System.
|
NotRunCount
Declaration
public int NotRunCount { get; }
Property Value
System.
|
PassedCount
Declaration
public int PassedCount { get; }
Property Value
System.
|
PassedPercent
Declaration
public double PassedPercent { get; }
Property Value
System.
|
PassedResult
Declaration
public bool PassedResult { get; }
Property Value
System.
|
ResultsPath
Declaration
public string ResultsPath { get; set; }
Property Value
System.
|
RootName
Declaration
public string RootName { get; }
Property Value
System.
|
Implements
RunId
Declaration
public Guid RunId { get; set; }
Property Value
System.
|
StartTime
Declaration
public DateTime StartTime { get; }
Property Value
System.
|
Summary
Declaration
public string Summary { get; }
Property Value
System.
|
TestListId
Declaration
public Guid TestListId { get; set; }
Property Value
System.
|
TestResults
Declaration
public List<TestResult> TestResults { get; }
Property Value
System.
|
XmlBlob
Declaration
public XmlBlob XmlBlob { get; set; }
Property Value
Implements
Methods
DeleteResources(String, out String)
Declaration
public static bool DeleteResources(string resultFilePath, out string error)
Parameters
System.
|
System.
|
Returns
System.
|
GenerateResultSummary()
Declaration
public string GenerateResultSummary()
Returns
System.
|
GetCombinedMachineAssignmentList()
Declaration
public string GetCombinedMachineAssignmentList()
Returns
System.
|
LoadFrom(XmlStoreNode)
LoadFromFile(String)
Declaration
public static RunResult LoadFromFile(string aiiResultFilePath)
Parameters
System.
|
Returns
OnDeserialized(StreamingContext)
Declaration
[OnDeserialized]
protected void OnDeserialized(StreamingContext context)
Parameters
System.
|
SaveTo(XmlStoreNode)
SaveToResultFile(String)
Declaration
public string SaveToResultFile(string outputPath)
Parameters
System.
|
Returns
System.
|
SaveToResultFile(String, Boolean)
Declaration
public string SaveToResultFile(string outputPath, bool skipResultsFolder)
Parameters
System.
|
System.
|
Returns
System.
|
SaveToResultFile(String, Boolean, Boolean)
Declaration
public string SaveToResultFile(string outputPath, bool skipResultsFolder, bool persistFailureResources)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|
SaveToResultFile(String, Boolean, Boolean, Boolean)
Declaration
public string SaveToResultFile(string outputPath, bool skipResultsFolder, bool persistFailureResources, bool overrideFile)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
SaveToResultFile(String, Boolean, Boolean, Boolean, FileFormat)
Declaration
public string SaveToResultFile(string outputPath, bool skipResultsFolder, bool persistFailureResources, bool overrideFile, FileFormat fileFormat)
Parameters
System.
|
System.
|
System.
|
System.
|
File
|
Returns
System.
|