コード例 #1
0
 public PerfTestRunner(PerfTest test, PerfTestConfiguration configuration)
 {
     this.test          = test;
     this.configuration = configuration;
     init();
 }
コード例 #2
0
 public PerfTestBuilder(PerfTestConfiguration perfTestConfiguration, PerfTestResultRecorderRule resultRecorder)
 {
     this.perfTestConfiguration = perfTestConfiguration;
     this.resultRecorder        = resultRecorder;
     perfTest = new PerfTest();
 }