public interface TestCase extends ResultContainer, TestModelItem, TestRunnable
A TestCase holding a number of TestSteps
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
addTestRunListener(TestRunListener listener) |
|
public void |
afterLoad() |
<T extends TestStep> |
public T |
findNextStepOfType(TestStep referenceStep, java.lang.Class<T> stepClass) |
<T extends TestStep> |
public T |
findPreviousStepOfType(TestStep referenceStep, java.lang.Class<T> stepClass) |
|
public TestCaseConfig |
getConfig() |
|
public int |
getIndexOfLoadTest(LoadTest loadTest) |
|
public int |
getIndexOfSecurityTest(SecurityTest securityTest) |
|
public int |
getIndexOfTestStep(TestStep testStep) |
|
public java.lang.String |
getLabel() |
|
public LoadTest |
getLoadTestAt(int index) |
|
public LoadTest |
getLoadTestByName(java.lang.String loadTestName) |
|
public int |
getLoadTestCount() |
|
public java.util.List<LoadTest> |
getLoadTestList() |
|
public SecurityTest |
getSecurityTestAt(int index) |
|
public SecurityTest |
getSecurityTestByName(java.lang.String securityTestName) |
|
public int |
getSecurityTestCount() |
|
public java.util.List<SecurityTest> |
getSecurityTestList() |
|
public SystemInfoConfig |
getSystemHeaderConfig() |
|
public TestStep |
getTestStepAt(int index) |
|
public TestStep |
getTestStepById(java.util.UUID testStepId) |
|
public TestStep |
getTestStepByName(java.lang.String stepName) |
|
public int |
getTestStepCount() |
|
public int |
getTestStepIndexByName(java.lang.String stepName) |
|
public java.util.List<TestStep> |
getTestStepList() |
|
public java.util.Map<java.lang.String, TestStep> |
getTestSteps() |
<T extends TestStep> |
public java.util.List<T> |
getTestStepsOfType(java.lang.Class<T> stepType) |
|
public TestSuite |
getTestSuite() |
|
public TestStep |
insertTestStep(TestStepConfig config, int position) |
|
public boolean |
isDisabled() |
|
public boolean |
isDisabledInTestHierarchy() |
|
public void |
moveTestStep(int index, int offset) |
|
public void |
removeTestRunListener(TestRunListener listener) |
|
public TestCaseRunner |
run(StringToObjectMap context, boolean async, boolean debugScripts) |
| Methods inherited from class | Name |
|---|---|
interface ResultContainer |
getModelItem |
interface TestRunnable |
run |