@API(status=INTERNAL,
since="5.0")
public abstract class AbstractTestRuleAdapter
extends Object
implements GenericBeforeAndAfterAdvice
| Constructor and Description |
|---|
AbstractTestRuleAdapter(TestRuleAnnotatedMember annotatedMember,
Class<? extends org.junit.rules.TestRule> adapteeClass) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
executeMethod(String name) |
protected Object |
executeMethod(String methodName,
Class<?>[] parameterTypes,
Object... arguments) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafter, before, handleTestExecutionExceptionpublic AbstractTestRuleAdapter(TestRuleAnnotatedMember annotatedMember, Class<? extends org.junit.rules.TestRule> adapteeClass)
Copyright © 2024. All rights reserved.