junitparams
Class TestMethod

java.lang.Object
  extended by 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)
           
 
Method Summary
 Annotation[] annotations()
           
 boolean equals(Object obj)
           
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frameworkMethod

protected org.junit.runners.model.FrameworkMethod frameworkMethod
Constructor Detail

TestMethod

public TestMethod(org.junit.runners.model.FrameworkMethod method,
                  org.junit.runners.model.TestClass testClass)
Method Detail

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.