Class TestStatus

java.lang.Object
net.thucydides.core.steps.TestStatus

public final class TestStatus
extends java.lang.Object
Determine the status of a method based on its annotations.
Author:
johnsmart
  • Method Summary

    Modifier and Type Method Description
    boolean isIgnored()  
    boolean isPending()  
    static TestStatus of​(java.lang.reflect.Method method)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • of

      public static TestStatus of​(java.lang.reflect.Method method)
    • isPending

      public boolean isPending()
    • isIgnored

      public boolean isIgnored()