Searched defs:assertCommand (Results 1 – 3 of 3) sorted by relevance
10 void executeAssert(IAssert<?> assertCommand); in executeAssert()15 void onAssertSuccess(IAssert<?> assertCommand); in onAssertSuccess()22 void onAssertFailure(IAssert<?> assertCommand); in onAssertFailure()28 void onAssertFailure(IAssert<?> assertCommand, AssertionError ex); in onAssertFailure()33 void onBeforeAssert(IAssert<?> assertCommand); in onBeforeAssert()38 void onAfterAssert(IAssert<?> assertCommand); in onAfterAssert()
12 protected void doAssert(IAssert<?> assertCommand) { in doAssert()29 public void executeAssert(IAssert<?> assertCommand) { in executeAssert()37 public void onAssertSuccess(IAssert<?> assertCommand) { in onAssertSuccess()47 public void onAssertFailure(IAssert<?> assertCommand) { in onAssertFailure()51 public void onAssertFailure(IAssert<?> assertCommand, AssertionError ex) { in onAssertFailure()59 public void onBeforeAssert(IAssert<?> assertCommand) { in onBeforeAssert()66 public void onAfterAssert(IAssert<?> assertCommand) { in onAfterAssert()
15 public void onAssertSuccess(IAssert assertCommand) { in onAssertSuccess()21 public void onAssertFailure(IAssert assertCommand) { in onAssertFailure()27 public void onAssertFailure(IAssert assertCommand, AssertionError ex) { in onAssertFailure()33 public void onBeforeAssert(IAssert assertCommand) { in onBeforeAssert()39 public void onAfterAssert(IAssert assertCommand) { in onAfterAssert()