public class TestMethodConfiguration extends 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() |
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 boolean isIgnored()
public boolean isPending()
public String getManualResultReason()
Copyright © 2021. All rights reserved.