com.eviware.soapui.model.testsuite
Interface AssertionsListener

All Known Subinterfaces:
AssertionsListener

public interface AssertionsListener

Listener for assertion events.. should be added to core model

Author:
Ole.Matzura

Method Summary
 void assertionAdded(TestAssertion assertion)
           
 void assertionMoved(TestAssertion assertion, int ix, int offset)
           
 void assertionRemoved(TestAssertion assertion)
           
 

Method Detail

assertionAdded

void assertionAdded(TestAssertion assertion)

assertionRemoved

void assertionRemoved(TestAssertion assertion)

assertionMoved

void assertionMoved(TestAssertion assertion,
                    int ix,
                    int offset)


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