com.atlassian.confluence.util.test.rules
Class TestMethodLocator

java.lang.Object
  extended by com.atlassian.confluence.util.test.rules.TestMethodLocator

public class TestMethodLocator
extends java.lang.Object

Uses a Description to locate the test method within the given class.

Since:
5.4

Constructor Summary
TestMethodLocator(java.lang.Class testClass)
           
 
Method Summary
 java.lang.reflect.Method fromDescription(org.junit.runner.Description description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMethodLocator

public TestMethodLocator(java.lang.Class testClass)
Method Detail

fromDescription

public java.lang.reflect.Method fromDescription(org.junit.runner.Description description)


Copyright © 2003-2013 Atlassian. All Rights Reserved.