Class 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 Detail

      • TestMethodLocator

        public TestMethodLocator​(Class testClass)
        Deprecated.
    • Method Detail

      • fromDescription

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