Uses of Class
org.junit.jupiter.migrationsupport.rules.adapter.AbstractTestRuleAdapter
-
Packages that use AbstractTestRuleAdapter 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 AbstractTestRuleAdapter in org.junit.jupiter.migrationsupport.rules
Fields in org.junit.jupiter.migrationsupport.rules with type parameters of type AbstractTestRuleAdapter Modifier and Type Field Description private java.util.function.Function<TestRuleAnnotatedMember,AbstractTestRuleAdapter>
TestRuleSupport. adapterGenerator
Constructor parameters in org.junit.jupiter.migrationsupport.rules with type arguments of type AbstractTestRuleAdapter Constructor Description TestRuleSupport(java.util.function.Function<TestRuleAnnotatedMember,AbstractTestRuleAdapter> adapterGenerator, java.lang.Class<? extends org.junit.rules.TestRule> ruleType)
-
Uses of AbstractTestRuleAdapter in org.junit.jupiter.migrationsupport.rules.adapter
Subclasses of AbstractTestRuleAdapter in org.junit.jupiter.migrationsupport.rules.adapter Modifier and Type Class Description class
ExpectedExceptionAdapter
class
ExternalResourceAdapter
class
VerifierAdapter
-