org.impalaframework.interactive.command
Class RunTestCommand

java.lang.Object
  extended by org.impalaframework.interactive.command.BaseRunTestCommand
      extended by org.impalaframework.interactive.command.RunTestCommand
All Implemented Interfaces:
org.impalaframework.command.framework.Command

public class RunTestCommand
extends BaseRunTestCommand


Constructor Summary
  RunTestCommand()
           
protected RunTestCommand(org.impalaframework.resolver.ModuleLocationResolver moduleLocationResolver)
           
 
Method Summary
protected  java.lang.String getMethodName(org.impalaframework.command.framework.CommandState commandState, java.lang.Class<?> testClass)
           
 
Methods inherited from class org.impalaframework.interactive.command.BaseRunTestCommand
execute, getCommandDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunTestCommand

public RunTestCommand()

RunTestCommand

protected RunTestCommand(org.impalaframework.resolver.ModuleLocationResolver moduleLocationResolver)
Method Detail

getMethodName

protected java.lang.String getMethodName(org.impalaframework.command.framework.CommandState commandState,
                                         java.lang.Class<?> testClass)
Specified by:
getMethodName in class BaseRunTestCommand