com.eviware.soapui.model.testsuite
Interface TestSuiteListener
- All Known Implementing Classes:
- TestCaseTreeNode.InternalTestSuiteListener, TestSuiteListenerAdapter
public interface TestSuiteListener
Listener for TestSuite-related events
- Author:
- Ole.Matzura
testCaseAdded
void testCaseAdded(TestCase testCase)
testCaseRemoved
void testCaseRemoved(TestCase testCase)
loadTestAdded
void loadTestAdded(LoadTest loadTest)
loadTestRemoved
void loadTestRemoved(LoadTest loadTest)
testStepAdded
void testStepAdded(TestStep testStep,
int index)
testStepRemoved
void testStepRemoved(TestStep testStep,
int index)
testStepMoved
void testStepMoved(TestStep testStep,
int fromIndex,
int offset)
Copyright © 2005-2007 eviware.com. All Rights Reserved.