junitparams
Class TestMethod
java.lang.Object
junitparams.TestMethod
public class TestMethod
- extends Object
Field Summary |
protected org.junit.runners.model.FrameworkMethod |
frameworkMethod
|
Constructor Summary |
TestMethod(org.junit.runners.model.FrameworkMethod method,
org.junit.runners.model.TestClass testClass)
|
frameworkMethod
protected org.junit.runners.model.FrameworkMethod frameworkMethod
TestMethod
public TestMethod(org.junit.runners.model.FrameworkMethod method,
org.junit.runners.model.TestClass testClass)
name
public String name()
listFrom
public static List<TestMethod> listFrom(List<org.junit.runners.model.FrameworkMethod> annotatedMethods,
org.junit.runners.model.TestClass testClass)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
isIgnored
public boolean isIgnored()
isNotIgnored
public boolean isNotIgnored()
annotations
public Annotation[] annotations()
isParameterised
public boolean isParameterised()
Copyright © 2012 Pragmatists. All Rights Reserved.