Uses of Interface
org.junit.jupiter.migrationsupport.rules.member.TestRuleAnnotatedMember
Packages that use TestRuleAnnotatedMember
Package
Description
Extensions which provide (limited) support for JUnit 4 rules within JUnit Jupiter.
Simple wrappers for JUnit 4 rules to overcome visibility limitations of the JUnit 4 implementations.
Abstractions for members which can be targets of JUnit 4 rule annotations.
-
Uses of TestRuleAnnotatedMember in org.junit.jupiter.migrationsupport.rules
Fields in org.junit.jupiter.migrationsupport.rules with type parameters of type TestRuleAnnotatedMemberModifier and TypeFieldDescriptionprivate final Function
<TestRuleAnnotatedMember, AbstractTestRuleAdapter> TestRuleSupport.adapterGenerator
Methods in org.junit.jupiter.migrationsupport.rules that return types with arguments of type TestRuleAnnotatedMemberModifier and TypeMethodDescriptionprivate List
<TestRuleAnnotatedMember> TestRuleSupport.findRuleAnnotatedMembers
(Object testInstance) private List
<TestRuleAnnotatedMember> TestRuleSupport.getRuleAnnotatedMembers
(org.junit.jupiter.api.extension.ExtensionContext context) Constructor parameters in org.junit.jupiter.migrationsupport.rules with type arguments of type TestRuleAnnotatedMemberModifierConstructorDescription(package private)
TestRuleSupport
(Function<TestRuleAnnotatedMember, AbstractTestRuleAdapter> adapterGenerator, Class<? extends org.junit.rules.TestRule> ruleType) -
Uses of TestRuleAnnotatedMember in org.junit.jupiter.migrationsupport.rules.adapter
Constructors in org.junit.jupiter.migrationsupport.rules.adapter with parameters of type TestRuleAnnotatedMemberModifierConstructorDescriptionAbstractTestRuleAdapter
(TestRuleAnnotatedMember annotatedMember, Class<? extends org.junit.rules.TestRule> adapteeClass) ExpectedExceptionAdapter
(TestRuleAnnotatedMember annotatedMember) ExternalResourceAdapter
(TestRuleAnnotatedMember annotatedMember) VerifierAdapter
(TestRuleAnnotatedMember annotatedMember) -
Uses of TestRuleAnnotatedMember in org.junit.jupiter.migrationsupport.rules.member
Classes in org.junit.jupiter.migrationsupport.rules.member that implement TestRuleAnnotatedMemberModifier and TypeClassDescription(package private) class
final class
final class