Пример #1
0
 protected List <TestResult> CallBatch(Func <IRpcService, TestRequest> requestFactory, int batchSize, PerformanceCollectorOptions options, TestResultCollector testResultCollector = null)
 {
     return(TestExecutor.CallBatch(requestFactory, batchSize, options, testResultCollector));
 }
Пример #2
0
 protected void CallNTimes(Func <IRpcService, TestRequest> requestFactory, int count, PerformanceCollectorOptions options, TestResultCollector testResultCollector = null)
 {
     TestExecutor.CallNTimes(requestFactory, count, options, testResultCollector);
 }