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

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

public class TestMethodLocator
extends Object

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

Since:
5.4

Constructor Summary
TestMethodLocator(Class testClass)
           
 
Method Summary
 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(Class testClass)
Method Detail

fromDescription

public Method fromDescription(org.junit.runner.Description description)


Copyright © 2003–2015 Atlassian. All rights reserved.