Uses of Interface
org.testng.asserts.IAssert
Packages that use IAssert
-
Uses of IAssert in org.testng.asserts
Methods in org.testng.asserts with parameters of type IAssertModifier and TypeMethodDescriptionprotected voidprotected voidvoidAssertion.executeAssert(IAssert<?> assertCommand) Run the assert command in parameter.voidIAssertLifecycle.executeAssert(IAssert<?> assertCommand) Run the assert command in parameter.voidAssertion.onAfterAssert(IAssert<?> assertCommand) Invoked after an assert is run.voidIAssertLifecycle.onAfterAssert(IAssert<?> assertCommand) Invoked after an assert is run.voidAssertion.onAssertFailure(IAssert<?> assertCommand, AssertionError ex) voidIAssertLifecycle.onAssertFailure(IAssert<?> assertCommand, AssertionError ex) Invoked when an assert fails.voidAssertion.onAssertSuccess(IAssert<?> assertCommand) Invoked when an assert succeeds.voidIAssertLifecycle.onAssertSuccess(IAssert<?> assertCommand) Invoked when an assert succeeds.voidAssertion.onBeforeAssert(IAssert<?> assertCommand) Invoked before an assert is run.voidIAssertLifecycle.onBeforeAssert(IAssert<?> assertCommand) Invoked before an assert is run.voidLoggingAssert.onBeforeAssert(IAssert<?> a)