Method | Description | |
---|---|---|
GetTestSuiteInfo ( |
||
Run ( TestSuiteInfo testSuiteInfo, PerfTestConfiguration configuration, bool parallel = false ) : IObservable |
||
Run ( TestSuiteInfo testSuiteInfo, int start, int step, int end, PerfTestConfiguration configuration, bool parallel = false ) : IObservable |
Method | Description | |
---|---|---|
BuildTestSuiteAssembly ( TestSuiteInfo testSuiteInfo ) : string | ||
CheckTestability ( |
||
CreateRunObservable ( TestSuiteInfo testSuiteInfo, Predicate |
||
GetTestInfo ( System.Guid id, |
||
Run ( TestInfo testInfo, PerfTestConfiguration configuration, bool parallel = false ) : IObservable |
||
Run ( TestInfo testInfo, int start, int step, int end, PerfTestConfiguration configuration, bool parallel ) : IObservable |
public static GetTestSuiteInfo ( |
||
testerType | ||
testedTypes | IEnumerable |
|
return | NPerf.Core.Info.TestSuiteInfo |
public static Run ( TestSuiteInfo testSuiteInfo, PerfTestConfiguration configuration, bool parallel = false ) : IObservable |
||
testSuiteInfo | NPerf.Core.Info.TestSuiteInfo | |
configuration | PerfTestConfiguration | |
parallel | bool | |
return | IObservable |
public static Run ( TestSuiteInfo testSuiteInfo, int start, int step, int end, PerfTestConfiguration configuration, bool parallel = false ) : IObservable |
||
testSuiteInfo | NPerf.Core.Info.TestSuiteInfo | |
start | int | |
step | int | |
end | int | |
configuration | PerfTestConfiguration | |
parallel | bool | |
return | IObservable |