com.eviware.soapui.model.testsuite
Interface AssertionsListener
- All Known Subinterfaces:
- AssertionsListener
- All Known Implementing Classes:
- AssertionsPanel.AssertionListModel, SecurityAssertionPanel.SecurityAssertionListModel
public interface AssertionsListener
Listener for assertion events.. should be added to core model
- Author:
- Ole.Matzura
assertionAdded
void assertionAdded(TestAssertion assertion)
assertionRemoved
void assertionRemoved(TestAssertion assertion)
assertionMoved
void assertionMoved(TestAssertion assertion,
int ix,
int offset)
Copyright © 2005-2011 eviware.com. All Rights Reserved.