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