Method | Description | |
---|---|---|
Dispose ( ) : void | ||
ExperimentProcess ( string channelName, string suiteAssemblyLocation, string suiteTypeName, |
||
Start ( bool waitForExit = true ) : void | ||
Start ( int start, int step, int end, bool waitForExit = true ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
Run ( bool waitForExit = true ) : void | ||
experimentProcess_ErrorDataReceived ( object sender, |
public ExperimentProcess ( string channelName, string suiteAssemblyLocation, string suiteTypeName, |
||
channelName | string | |
suiteAssemblyLocation | string | |
suiteTypeName | string | |
testerType | ||
testedType | ||
testName | string | |
configuration | PerfTestConfiguration | |
return | System |
public Start ( int start, int step, int end, bool waitForExit = true ) : void | ||
start | int | |
step | int | |
end | int | |
waitForExit | bool | |
return | void |