Class TestMethodLocator

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

@Deprecated public class TestMethodLocator extends Object
Deprecated.
since 7.20 no replacement
Uses a Description to locate the test method within the given class.
Since:
5.4
  • Constructor Details

    • TestMethodLocator

      public TestMethodLocator(Class testClass)
      Deprecated.
  • Method Details

    • fromDescription

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