| Package | Description |
|---|---|
| org.testng.asserts |
| Modifier and Type | Class | Description |
|---|---|---|
class |
Assertion |
An assert class with various hooks allowing its behavior to be modified
by subclasses.
|
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.
|