Searched refs:onBeforeAssert (Results 1 – 5 of 5) sorted by relevance
33 public void onBeforeAssert(IAssert assertCommand) { in onBeforeAssert() method in MyRawAssertion35 super.onBeforeAssert(assertCommand); in onBeforeAssert()
33 void onBeforeAssert(IAssert<?> assertCommand); in onBeforeAssert() method
15 public void onBeforeAssert(IAssert<?> a) { in onBeforeAssert() method in LoggingAssert
18 onBeforeAssert(a); in doAssert()
13 onBeforeAssert(assertCommand); in doAssert()59 public void onBeforeAssert(IAssert<?> assertCommand) { in onBeforeAssert() method in Assertion