com.atlassian.webdriver.rule
Class Descriptions

java.lang.Object
  extended by com.atlassian.webdriver.rule.Descriptions

public final class Descriptions
extends Object

For creating JUnit test descriptions

Since:
2.1

Method Summary
static org.junit.runner.Description forSuite(Class<?> clazz)
           
static org.junit.runner.Description forTest(Class<?> clazz, String methodName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

forSuite

public static org.junit.runner.Description forSuite(Class<?> clazz)

forTest

public static org.junit.runner.Description forTest(Class<?> clazz,
                                                   String methodName)


Copyright © 2014 Atlassian. All rights reserved.