com.atlassian.jira.webtests.util
Class TestCaseMethodNameDetector

java.lang.Object
  extended by 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 Summary
TestCaseMethodNameDetector(junit.framework.TestCase testCase)
           
 
Method Summary
 Method resolve()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCaseMethodNameDetector

public TestCaseMethodNameDetector(junit.framework.TestCase testCase)
Method Detail

resolve

public Method resolve()


Copyright © 2002-2013 Atlassian. All Rights Reserved.