net.thucydides.junit.runners
Class TestMethodAnnotations

Package class diagram package TestMethodAnnotations
java.lang.Object
  extended by net.thucydides.junit.runners.TestMethodAnnotations

public final class TestMethodAnnotations
extends Object

Utility class used to read Thucydides annotations for a particular JUnit test.

Author:
johnsmart

Method Summary
static TestMethodAnnotations forTest(org.junit.runners.model.FrameworkMethod method)
           
 boolean isDriverSpecified()
           
 String specifiedDriver()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

forTest

public static TestMethodAnnotations forTest(org.junit.runners.model.FrameworkMethod method)

isDriverSpecified

public boolean isDriverSpecified()

specifiedDriver

public String specifiedDriver()


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