com.eviware.soapui.model.support
Class TestSuiteListenerAdapter

java.lang.Object
  extended by com.eviware.soapui.model.support.TestSuiteListenerAdapter
All Implemented Interfaces:
TestSuiteListener

public class TestSuiteListenerAdapter
extends java.lang.Object
implements TestSuiteListener

Adapter for TestSuiteListener implementations

Author:
Ole.Matzura

Constructor Summary
TestSuiteListenerAdapter()
           
 
Method Summary
 void testCaseAdded(TestCase testCase)
           
 void testCaseRemoved(TestCase testCase)
           
 void testStepAdded(TestStep testStep, int index)
           
 void testStepRemoved(TestStep testStep, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSuiteListenerAdapter

public TestSuiteListenerAdapter()
Method Detail

testCaseAdded

public void testCaseAdded(TestCase testCase)
Specified by:
testCaseAdded in interface TestSuiteListener

testCaseRemoved

public void testCaseRemoved(TestCase testCase)
Specified by:
testCaseRemoved in interface TestSuiteListener

testStepAdded

public void testStepAdded(TestStep testStep,
                          int index)
Specified by:
testStepAdded in interface TestSuiteListener

testStepRemoved

public void testStepRemoved(TestStep testStep,
                            int index)
Specified by:
testStepRemoved in interface TestSuiteListener


Copyright © 2005 eviware.com. All Rights Reserved.