Package net.thucydides.core.steps
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 booleanisIgnored()booleanisPending()static TestStatusof(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
-
isPending
public boolean isPending() -
isIgnored
public boolean isIgnored()
-