junitparams.internal
Class TestMethod

java.lang.Object
  extended by junitparams.internal.TestMethod

public class TestMethod
extends Object

A wrapper for a test method

Author:
Pawel Lipinski

Constructor Summary
TestMethod(org.junit.runners.model.FrameworkMethod method, org.junit.runners.model.TestClass testClass)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

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()

parametersSets

public Object[] parametersSets()

isParameterised

public boolean isParameterised()

frameworkMethod

public org.junit.runners.model.FrameworkMethod frameworkMethod()


Copyright © 2013 Pragmatists. All Rights Reserved.