net.thucydides.core.steps
Class TestStatus

Package class diagram package TestStatus
java.lang.Object
  extended by net.thucydides.core.steps.TestStatus

public final class TestStatus
extends Object

Determine the status of a method based on its annotations.

Author:
johnsmart

Method Summary
 boolean isIgnored()
           
 boolean isPending()
           
static TestStatus of(Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

of

public static TestStatus of(Method method)

isPending

public boolean isPending()

isIgnored

public boolean isIgnored()


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.