com.eviware.soapui.model.testsuite
Interface TestSuiteListener

All Known Implementing Classes:
SecurityTestsModelItem.InternalTestSuiteListener, TestSuiteListenerAdapter, WsdlLoadTestsModelItem.InternalTestSuiteListener, WsdlTestStepsModelItem.InternalTestSuiteListener

public interface TestSuiteListener

Listener for TestSuite-related events

Author:
Ole.Matzura

Method Summary
 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)
           
 

Method Detail

testCaseAdded

void testCaseAdded(TestCase testCase)

testCaseRemoved

void testCaseRemoved(TestCase testCase)

testCaseMoved

void testCaseMoved(TestCase testCase,
                   int index,
                   int offset)

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)

securityTestAdded

void securityTestAdded(SecurityTest securityTest)

securityTestRemoved

void securityTestRemoved(SecurityTest securityTest)


Copyright © 2005-2011 eviware.com. All Rights Reserved.