public interface IAssertLifecycle
| Modifier and Type | Method and Description |
|---|---|
void |
executeAssert(IAssert<?> assertCommand)
Run the assert command in parameter.
|
void |
onAfterAssert(IAssert<?> assertCommand)
Invoked after an assert is run.
|
void |
onAssertFailure(IAssert<?> assertCommand,
AssertionError ex)
Invoked when an assert fails.
|
void |
onAssertSuccess(IAssert<?> assertCommand)
Invoked when an assert succeeds.
|
void |
onBeforeAssert(IAssert<?> assertCommand)
Invoked before an assert is run.
|
void executeAssert(IAssert<?> assertCommand)
assertCommand - The assertionvoid onAssertSuccess(IAssert<?> assertCommand)
assertCommand - The assertionvoid onAssertFailure(IAssert<?> assertCommand, AssertionError ex)
assertCommand - The assertionex - The errorvoid onBeforeAssert(IAssert<?> assertCommand)
assertCommand - The assertionvoid onAfterAssert(IAssert<?> assertCommand)
assertCommand - The assertionCopyright © 2025. All rights reserved.