Uses of Interface
org.testng.asserts.IAssertLifecycle
-
Packages that use IAssertLifecycle Package Description org.testng.asserts -
-
Uses of IAssertLifecycle in org.testng.asserts
Classes in org.testng.asserts that implement IAssertLifecycle Modifier and Type Class Description classAssertionAn assert class with various hooks allowing its behavior to be modified by subclasses.classLoggingAssertLog the messages of all the assertions that get run.classSoftAssertWhen an assertion fails, don't throw an exception but record the failure.
-