public interface AssertionsListener
Modifier and Type | Method and Description |
---|---|
void |
assertionAdded(TestAssertion assertion) |
void |
assertionMoved(TestAssertion assertion,
int ix,
int offset) |
void |
assertionRemoved(TestAssertion assertion) |
void assertionAdded(TestAssertion assertion)
void assertionRemoved(TestAssertion assertion)
void assertionMoved(TestAssertion assertion, int ix, int offset)
Copyright © 2019. All Rights Reserved.