Class TestCaseKit
java.lang.Object
com.atlassian.jira.functest.framework.util.testcase.TestCaseKit
A help class for TestCase operations
- Since:
- v3.13
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getFullName
(junit.framework.Test test) static String
getFullName
(junit.framework.TestCase testCase) Returns the fully qualified name of a testCase.
-
Method Details
-
getFullName
Returns the fully qualified name of a testCase. eg ClassName.testName- Parameters:
testCase
-- Returns:
-
getFullName
-