Uses of Interface
org.junit.jupiter.migrationsupport.rules.adapter.GenericBeforeAndAfterAdvice
-
Packages that use GenericBeforeAndAfterAdvice 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. -
-
Uses of GenericBeforeAndAfterAdvice in org.junit.jupiter.migrationsupport.rules
Methods in org.junit.jupiter.migrationsupport.rules with parameters of type GenericBeforeAndAfterAdvice Modifier and Type Method Description void
TestRuleSupport.AdviceInvoker. invoke(GenericBeforeAndAfterAdvice advice)
default void
TestRuleSupport.AdviceInvoker. invokeAndMaskCheckedExceptions(GenericBeforeAndAfterAdvice advice)
-
Uses of GenericBeforeAndAfterAdvice in org.junit.jupiter.migrationsupport.rules.adapter
Classes in org.junit.jupiter.migrationsupport.rules.adapter that implement GenericBeforeAndAfterAdvice Modifier and Type Class Description class
AbstractTestRuleAdapter
class
ExpectedExceptionAdapter
class
ExternalResourceAdapter
class
VerifierAdapter
-