net.thucydides.core.steps
Class TestStatus
java.lang.Object
net.thucydides.core.steps.TestStatus
public final class TestStatus
- extends Object
Determine the status of a method based on its annotations.
- Author:
- johnsmart
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
of
public static TestStatus of(Method method)
isPending
public boolean isPending()
isIgnored
public boolean isIgnored()
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.