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 TestMethodConfiguration forMethod​(org.junit.runners.model.FrameworkMethod method)  
    net.thucydides.core.model.TestResult getManualResult()  
    java.lang.String getManualResultReason()  
    boolean isIgnored()  
    boolean isManual()  
    boolean isPending()  

    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

      public static TestMethodConfiguration forMethod​(org.junit.runners.model.FrameworkMethod method)
    • 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()