Type Params | Return Type | Name and description |
---|---|---|
|
void |
loadTestAdded(LoadTest loadTest) |
|
void |
loadTestRemoved(LoadTest loadTest) |
|
void |
securityTestAdded(SecurityTest securityTest) |
|
void |
securityTestRemoved(SecurityTest securityTest) |
|
void |
testCaseAdded(TestCase testCase) |
|
void |
testCaseMoved(TestCase testCase, int index, int offset) |
|
void |
testCaseRemoved(TestCase testCase) |
|
void |
testStepAdded(TestStep testStep, int index) |
|
void |
testStepMoved(TestStep testStep, int fromIndex, int offset) |
|
void |
testStepRemoved(TestStep testStep, int index) |