public class SoftAssertsExtension
extends java.lang.Object
@ExtendWith({SoftAssertsExtension.class}
@RegisterExtension static SoftAssertsExtension softAsserts = new SoftAssertsExtension();
| Modifier and Type | Field and Description |
|---|---|
static ExtensionContext.Namespace |
namespace |
| Constructor and Description |
|---|
SoftAssertsExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterAll(ExtensionContext context) |
void |
afterEach(ExtensionContext context) |
void |
beforeAll(ExtensionContext context) |
void |
beforeEach(ExtensionContext context) |