public class TestMethod extends Object
| Constructor and Description |
|---|
TestMethod(org.junit.runners.model.FrameworkMethod method,
org.junit.runners.model.TestClass testClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.junit.runners.model.FrameworkMethod |
frameworkMethod() |
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
int |
hashCode() |
boolean |
isIgnored() |
boolean |
isNotIgnored() |
String |
name() |
Object[] |
parametersSets() |
public TestMethod(org.junit.runners.model.FrameworkMethod method,
org.junit.runners.model.TestClass testClass)
public String name()
public boolean isIgnored()
public boolean isNotIgnored()
public <T extends Annotation> T getAnnotation(Class<T> annotationType)
public Object[] parametersSets()
public org.junit.runners.model.FrameworkMethod frameworkMethod()
Copyright © 2017 Pragmatists. All rights reserved.