Class TestRuleAnnotatedMethod
- java.lang.Object
-
- org.junit.jupiter.migrationsupport.rules.member.TestRuleAnnotatedMethod
-
-
Constructor Summary
Constructors Constructor Description TestRuleAnnotatedMethod(Object testInstance, Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.rules.TestRule
getTestRule()
-
-
-
Method Detail
-
getTestRule
public org.junit.rules.TestRule getTestRule()
- Specified by:
getTestRule
in interfaceTestRuleAnnotatedMember
-
-