Package | Description |
---|---|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
org.junit.jupiter.migrationsupport.rules |
Extensions which provide (limited) support for JUnit 4 rules within JUnit Jupiter.
|
Modifier and Type | Method and Description |
---|---|
private void |
TestMethodTestDescriptor.invokeTestExecutionExceptionHandlers(java.lang.Throwable ex,
java.util.List<TestExecutionExceptionHandler> handlers,
ExtensionContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ExpectedExceptionSupport
This
Extension provides native support for the
ExpectedException rule from JUnit 4. |
(package private) class |
TestRuleSupport |