com.eviware.soapui.model.testsuite
Interface TestSuiteListener

All Known Implementing Classes:
TestSuiteListenerAdapter

public interface TestSuiteListener

Listener for TestSuite-related events

Author:
Ole.Matzura

Method Summary
 void testCaseAdded(TestCase testCase)
           
 void testCaseRemoved(TestCase testCase)
           
 void testStepAdded(TestStep testStep, int index)
           
 void testStepRemoved(TestStep testStep, int index)
           
 

Method Detail

testCaseAdded

void testCaseAdded(TestCase testCase)

testCaseRemoved

void testCaseRemoved(TestCase testCase)

testStepAdded

void testStepAdded(TestStep testStep,
                   int index)

testStepRemoved

void testStepRemoved(TestStep testStep,
                     int index)


Copyright © 2005 eviware.com. All Rights Reserved.