Package | Description |
---|---|
org.junit.jupiter.migrationsupport.rules |
Extensions which provide (limited) support for JUnit 4 rules within JUnit Jupiter.
|
org.junit.jupiter.migrationsupport.rules.adapter |
Simple wrappers for JUnit 4 rules to overcome visibility limitations of the JUnit 4 implementations.
|
Modifier and Type | Method and Description |
---|---|
private long |
TestRuleSupport.invokeAppropriateMethodOnRuleAnnotatedMembers(ExtensionContext context,
java.util.function.Consumer<java.util.List<TestRuleAnnotatedMember>> ordering,
java.util.function.Consumer<GenericBeforeAndAfterAdvice> methodCaller) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTestRuleAdapter |
class |
ExpectedExceptionAdapter |
class |
ExternalResourceAdapter |
class |
VerifierAdapter |