Package org.testng.asserts
-
Interface Summary Interface Description IAssert<T> IAssertLifecycle Life cycle methods for the assertion class. -
Class Summary Class Description Assertion An assert class with various hooks allowing its behavior to be modified by subclasses.Assertion.SimpleAssert<T> LoggingAssert Log the messages of all the assertions that get run.SoftAssert When an assertion fails, don't throw an exception but record the failure.