public abstract class NoShadowingOrOverridesOnMethodsRule
extends java.lang.Object
implements org.junit.rules.TestRule
| Constructor and Description |
|---|
NoShadowingOrOverridesOnMethodsRule(java.lang.Class<? extends java.lang.annotation.Annotation>... annotations) |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
void |
validate(java.lang.Class<?> clazz) |
protected boolean |
verify(java.lang.reflect.Method key) |
@SafeVarargs public NoShadowingOrOverridesOnMethodsRule(java.lang.Class<? extends java.lang.annotation.Annotation>... annotations)
public final org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description)
apply in interface org.junit.rules.TestRulepublic final void validate(java.lang.Class<?> clazz)
throws java.lang.Throwable
java.lang.Throwableprotected boolean verify(java.lang.reflect.Method key)
Copyright © 2011–2018 Carrot Search s.c.. All rights reserved.