junitparams.internal
Class TestMethod
java.lang.Object
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)
|
TestMethod
public TestMethod(org.junit.runners.model.FrameworkMethod method,
org.junit.runners.model.TestClass testClass)
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.