Class CommandLineRunner
Inheritance
System.Object
CommandLineRunner
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()
Namespace: ArtOfTest.WebAii.Design.Execution
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class CommandLineRunner
Constructors
CommandLineRunner()
Declaration
public CommandLineRunner()
CommandLineRunner(String, String, String)
Declaration
public CommandLineRunner(string outFolder, string resultName, string rootFolder)
Parameters
System.String
outFolder
|
System.String
resultName
|
System.String
rootFolder
|
Properties
CurrentSettings
OutFolder
Declaration
public string OutFolder { get; set; }
Property Value
System.String
|
ParamFilePath
Declaration
public string ParamFilePath { get; set; }
Property Value
System.String
|
PerformanceTestListResultFolder
Declaration
public string PerformanceTestListResultFolder { get; set; }
Property Value
System.String
|
PersistResultForEachStep
Declaration
public bool PersistResultForEachStep { get; set; }
Property Value
System.Boolean
|
ResultExportFileFormats
Declaration
public List<FileFormat> ResultExportFileFormats { get; }
Property Value
System.Collections.Generic.List<FileFormat>
|
ResultName
Declaration
public string ResultName { get; set; }
Property Value
System.String
|
RootFolder
Declaration
public string RootFolder { get; set; }
Property Value
System.String
|
TfsPublish
Methods
ExecuteTest(String)
Declaration
public int ExecuteTest(string testFullPath)
Parameters
System.String
testFullPath
|
Returns
System.Int32
|
ExecuteTestList(String)
Declaration
public int ExecuteTestList(string aiiListPath)
Parameters
System.String
aiiListPath
|
Returns
System.Int32
|