Package net.serenitybdd.junit.runners
Class TestMethodConfiguration
java.lang.Object
net.serenitybdd.junit.runners.TestMethodConfiguration
public class TestMethodConfiguration
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TestMethodConfiguration(org.junit.runners.model.FrameworkMethod method) -
Method Summary
Modifier and Type Method Description static TestMethodConfigurationforMethod(org.junit.runners.model.FrameworkMethod method)net.thucydides.core.model.TestResultgetManualResult()java.lang.StringgetManualResultReason()booleanisIgnored()booleanisManual()booleanisPending()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TestMethodConfiguration
public TestMethodConfiguration(org.junit.runners.model.FrameworkMethod method)
-
-
Method Details
-
forMethod
-
isManual
public boolean isManual() -
getManualResult
public net.thucydides.core.model.TestResult getManualResult() -
isIgnored
public boolean isIgnored() -
isPending
public boolean isPending() -
getManualResultReason
public java.lang.String getManualResultReason()
-