Метод | Описание | |
---|---|---|
CreateTestRun ( int pass, int availableCores ) : TestRun | ||
RunPerformanceTest ( ) : void |
Метод | Описание | |
---|---|---|
PerfTest ( int iterations ) : disruptorpretest | ||
RunAsUnitTest ( ) : void |
public abstract CreateTestRun ( int pass, int availableCores ) : TestRun | ||
pass | int | |
availableCores | int | |
Результат | TestRun |
protected PerfTest ( int iterations ) : disruptorpretest | ||
iterations | int | |
Результат | disruptorpretest |
protected abstract RunAsUnitTest ( ) : void | ||
Результат | void |
public abstract RunPerformanceTest ( ) : void | ||
Результат | void |