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() |
static List<TestMethod> |
listFrom(List<org.junit.runners.model.FrameworkMethod> annotatedMethods,
org.junit.runners.model.TestClass testClass) |
String |
name() |
Object[] |
parametersSets() |
public TestMethod(org.junit.runners.model.FrameworkMethod method,
org.junit.runners.model.TestClass testClass)
public String name()
public static List<TestMethod> listFrom(List<org.junit.runners.model.FrameworkMethod> annotatedMethods, org.junit.runners.model.TestClass testClass)
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 © 2016 Pragmatists. All rights reserved.