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.String
listName
|
Fields
CLOUD_STORAGE_INDEX_NAME
Declaration
public const string CLOUD_STORAGE_INDEX_NAME = "CloudRunResult"
Field Value
System.String
|
LOCAL_STORAGE_INDEX_NAME
Declaration
public const string LOCAL_STORAGE_INDEX_NAME = "LocalRunResult"
Field Value
System.String
|
RESULT_FILE_EXTENSION
Declaration
public const string RESULT_FILE_EXTENSION = ".aiiresult"
Field Value
System.String
|
RESULTS_FOLDER_NAME
Declaration
public const string RESULTS_FOLDER_NAME = "Results"
Field Value
System.String
|
Properties
AllCount
Declaration
public int AllCount { get; }
Property Value
System.Int32
|
Comment
Declaration
public string Comment { get; set; }
Property Value
System.String
|
CurrentVersion
Declaration
public Version CurrentVersion { get; }
Property Value
System.Version
|
Implements
DataCollectors
Declaration
public Dictionary<string, string> DataCollectors { get; }
Property Value
System.Collections.Generic.Dictionary<System.String, System.String>
|
DispatchGroupId
Declaration
public Guid DispatchGroupId { get; set; }
Property Value
System.Guid
|
EndTime
Declaration
public DateTime EndTime { get; }
Property Value
System.DateTime
|
FailedCount
Declaration
public int FailedCount { get; }
Property Value
System.Int32
|
FailedPercent
Declaration
public double FailedPercent { get; }
Property Value
System.Double
|
FileName
Declaration
public string FileName { get; set; }
Property Value
System.String
|
HasWarnings
Declaration
public bool HasWarnings { get; }
Property Value
System.Boolean
|
Id
Declaration
public Guid Id { get; set; }
Property Value
System.Guid
|
IsCached
Declaration
public bool IsCached { get; set; }
Property Value
System.Boolean
|
IsCloudResult
Declaration
public bool IsCloudResult { get; set; }
Property Value
System.Boolean
|
IsManual
Declaration
public bool IsManual { get; set; }
Property Value
System.Boolean
|
LocalEndTime
Declaration
public DateTime LocalEndTime { get; }
Property Value
System.DateTime
|
Machine
MachinesAssigned
Declaration
public List<string> MachinesAssigned { get; set; }
Property Value
System.Collections.Generic.List<System.String>
|
Messages
Declaration
public List<string> Messages { get; set; }
Property Value
System.Collections.Generic.List<System.String>
|
Name
Declaration
public string Name { get; }
Property Value
System.String
|
NotRunCount
Declaration
public int NotRunCount { get; }
Property Value
System.Int32
|
PassedCount
Declaration
public int PassedCount { get; }
Property Value
System.Int32
|
PassedPercent
Declaration
public double PassedPercent { get; }
Property Value
System.Double
|
PassedResult
Declaration
public bool PassedResult { get; }
Property Value
System.Boolean
|
ResultsPath
Declaration
public string ResultsPath { get; set; }
Property Value
System.String
|
RootName
Declaration
public string RootName { get; }
Property Value
System.String
|
Implements
RunId
Declaration
public Guid RunId { get; set; }
Property Value
System.Guid
|
StartTime
Declaration
public DateTime StartTime { get; }
Property Value
System.DateTime
|
Summary
Declaration
public string Summary { get; }
Property Value
System.String
|
TestListId
Declaration
public Guid TestListId { get; set; }
Property Value
System.Guid
|
TestResults
Declaration
public List<TestResult> TestResults { get; }
Property Value
System.Collections.Generic.List<TestResult>
|
XmlBlob
Methods
DeleteResources(String, out String)
Declaration
public static bool DeleteResources(string resultFilePath, out string error)
Parameters
System.String
resultFilePath
|
System.String
error
|
Returns
System.Boolean
|
GenerateResultSummary()
Declaration
public string GenerateResultSummary()
Returns
System.String
|
GetCombinedMachineAssignmentList()
Declaration
public string GetCombinedMachineAssignmentList()
Returns
System.String
|
LoadFrom(XmlStoreNode)
LoadFromFile(String)
Declaration
public static RunResult LoadFromFile(string aiiResultFilePath)
Parameters
System.String
aiiResultFilePath
|
Returns
RunResult
|
OnDeserialized(StreamingContext)
Declaration
[OnDeserialized]
protected void OnDeserialized(StreamingContext context)
Parameters
System.Runtime.Serialization.StreamingContext
context
|
SaveTo(XmlStoreNode)
SaveToResultFile(String)
Declaration
public string SaveToResultFile(string outputPath)
Parameters
System.String
outputPath
|
Returns
System.String
|
SaveToResultFile(String, Boolean)
Declaration
public string SaveToResultFile(string outputPath, bool skipResultsFolder)
Parameters
System.String
outputPath
|
System.Boolean
skipResultsFolder
|
Returns
System.String
|
SaveToResultFile(String, Boolean, Boolean)
Declaration
public string SaveToResultFile(string outputPath, bool skipResultsFolder, bool persistFailureResources)
Parameters
System.String
outputPath
|
System.Boolean
skipResultsFolder
|
System.Boolean
persistFailureResources
|
Returns
System.String
|
SaveToResultFile(String, Boolean, Boolean, Boolean)
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
System.String
|
SaveToResultFile(String, Boolean, Boolean, Boolean, FileFormat)
Declaration
public string SaveToResultFile(string outputPath, bool skipResultsFolder, bool persistFailureResources, bool overrideFile, FileFormat fileFormat)
Parameters
System.String
outputPath
|
System.Boolean
skipResultsFolder
|
System.Boolean
persistFailureResources
|
System.Boolean
overrideFile
|
FileFormat
fileFormat
|
Returns
System.String
|