@API(value=Internal) 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, wait
after, before, handleTestExecutionException
public AbstractTestRuleAdapter(TestRuleAnnotatedMember annotatedMember, Class<? extends org.junit.rules.TestRule> adapteeClass)