public interface TestSuiteListener
Listener for TestSuite-related events
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
loadTestAdded(LoadTest loadTest) |
|
public void |
loadTestRemoved(LoadTest loadTest) |
|
public void |
securityTestAdded(SecurityTest securityTest) |
|
public void |
securityTestRemoved(SecurityTest securityTest) |
|
public void |
tagAssigned(java.lang.String tagId) |
|
public void |
tagRemoved(java.lang.String tagId) |
|
public void |
testCaseAdded(TestCase testCase) |
|
public void |
testCaseMoved(TestCase testCase, int index, int offset) |
|
public void |
testCaseRemoved(TestCase testCase) |
|
public void |
testStepAdded(TestStep testStep, int index) |
|
public void |
testStepMoved(TestStep testStep, int fromIndex, int offset) |
|
public void |
testStepRemoved(TestStep testStep, int index) |