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 |
---|---|
Annotation[] |
annotations() |
boolean |
equals(Object obj) |
org.junit.runners.model.FrameworkMethod |
frameworkMethod() |
int |
hashCode() |
boolean |
isIgnored() |
boolean |
isNotIgnored() |
boolean |
isParameterised() |
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 Annotation[] annotations()
public Object[] parametersSets()
public boolean isParameterised()
public org.junit.runners.model.FrameworkMethod frameworkMethod()
Copyright © 2014 Pragmatists. All rights reserved.