com.atlassian.jira.functest.framework.util.testcase
Class TestCaseKit

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

public class TestCaseKit
extends Object

A help class for TestCase operations

Since:
v3.13

Method Summary
static String getFullName(junit.framework.Test test)
           
static String getFullName(junit.framework.TestCase testCase)
          Returns the fully qualified name of a testCase.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)


Copyright © 2002-2013 Atlassian. All Rights Reserved.