public interface TestSuiteListener
Modifier and Type | Method 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) |
void testCaseAdded(TestCase testCase)
void testCaseRemoved(TestCase testCase)
void testCaseMoved(TestCase testCase, int index, int offset)
void loadTestAdded(LoadTest loadTest)
void loadTestRemoved(LoadTest loadTest)
void testStepAdded(TestStep testStep, int index)
void testStepRemoved(TestStep testStep, int index)
void testStepMoved(TestStep testStep, int fromIndex, int offset)
void securityTestAdded(SecurityTest securityTest)
void securityTestRemoved(SecurityTest securityTest)
Copyright © 2019. All Rights Reserved.