org.impalaframework.interactive.command
Class BaseRunTestCommand

java.lang.Object
  extended by org.impalaframework.interactive.command.BaseRunTestCommand
All Implemented Interfaces:
org.impalaframework.command.framework.Command
Direct Known Subclasses:
RerunTestCommand, RunTestCommand

public abstract class BaseRunTestCommand
extends java.lang.Object
implements org.impalaframework.command.framework.Command


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

Constructor Detail

BaseRunTestCommand

public BaseRunTestCommand()

BaseRunTestCommand

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

execute

public boolean execute(org.impalaframework.command.framework.CommandState commandState)
Specified by:
execute in interface org.impalaframework.command.framework.Command

getMethodName

protected abstract java.lang.String getMethodName(org.impalaframework.command.framework.CommandState commandState,
                                                  java.lang.Class<?> testClass)

getCommandDefinition

public org.impalaframework.command.framework.CommandDefinition getCommandDefinition()
Specified by:
getCommandDefinition in interface org.impalaframework.command.framework.Command