java.lang.Object
com.atlassian.jira.functest.framework.util.testcase.TestCaseKit

public class TestCaseKit extends Object
A help class for TestCase operations
Since:
v3.13
  • Method Details

    • getFullName

      public static String getFullName(junit.framework.TestCase testCase)
      Returns the fully qualified name of a testCase. eg ClassName.testName
      Parameters:
      testCase -
      Returns:
    • getFullName

      public static String getFullName(junit.framework.Test test)