Uses of Class
org.testng.asserts.Assertion
-
Packages that use Assertion Package Description org.testng.asserts -
-
Uses of Assertion in org.testng.asserts
Subclasses of Assertion in org.testng.asserts Modifier and Type Class Description class
LoggingAssert
Log the messages of all the assertions that get run.class
SoftAssert
When an assertion fails, don't throw an exception but record the failure.
-