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) |
net.thucydides.core.model.TestResult |
getManualResult() |
java.lang.String |
getManualResultLastTested() |
java.lang.String |
getManualResultReason() |
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 net.thucydides.core.model.TestResult getManualResult()
public java.lang.String getManualResultLastTested()
public boolean isIgnored()
public boolean isPending()
public java.lang.String getManualResultReason()