public class TestMethodConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
TestMethodConfiguration(org.junit.runners.model.FrameworkMethod method) |
| Modifier and Type | Method and Description |
|---|---|
static TestMethodConfiguration |
forMethod(org.junit.runners.model.FrameworkMethod method) |
boolean |
isIgnored() |
boolean |
isManual() |
boolean |
isPending() |
public TestMethodConfiguration(org.junit.runners.model.FrameworkMethod method)
public static TestMethodConfiguration forMethod(org.junit.runners.model.FrameworkMethod method)
public boolean isManual()
public boolean isIgnored()
public boolean isPending()