Class TestCaseMethodNameDetector

java.lang.Object
com.atlassian.jira.webtests.util.TestCaseMethodNameDetector

public final class TestCaseMethodNameDetector extends Object
Use to make an 'educated' guess about a method name of a given test case.
Since:
v4.3
  • Constructor Details

    • TestCaseMethodNameDetector

      public TestCaseMethodNameDetector(junit.framework.TestCase testCase)
  • Method Details

    • resolve

      public Method resolve()