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
 boolean equals(Object obj)
           
 org.junit.runners.model.FrameworkMethod frameworkMethod()
           
<T extends Annotation>
T
getAnnotation(Class<T> annotationType)
           
 int hashCode()
           
 boolean isIgnored()
           
 boolean isNotIgnored()
           
 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()

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

getAnnotation

public <T extends Annotation> T getAnnotation(Class<T> annotationType)

parametersSets

public Object[] parametersSets()

frameworkMethod

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


Copyright © 2017 Pragmatists. All rights reserved.