public static final class SamplesModel.TestSample extends Object
| Constructor and Description | 
|---|
| TestSample(TestStep testStep) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addTestStepResult(TestStepResult result) | 
| long | getResultAverage() | 
| int | getResultCount() | 
| List<TestStepResult> | getResults() | 
public TestSample(TestStep testStep)
public void addTestStepResult(TestStepResult result)
public List<TestStepResult> getResults()
public int getResultCount()
public long getResultAverage()
Copyright © 2019. All Rights Reserved.