public abstract class JavaTestFrameworkDebuggerRunner extends GenericDebuggerRunner
Constructor and Description |
---|
JavaTestFrameworkDebuggerRunner() |
Modifier and Type | Method and Description |
---|---|
boolean |
canRun(java.lang.String executorId,
RunProfile profile) |
protected RunContentDescriptor |
createContentDescriptor(RunProfileState state,
ExecutionEnvironment environment) |
abstract java.lang.String |
getRunnerId() |
protected abstract java.lang.String |
getThreadName() |
protected abstract boolean |
validForProfile(RunProfile profile) |
attachVirtualMachine, attachVirtualMachine, createConfigurationData, doExecute, execute, getSettingsEditor, patch
public abstract java.lang.String getRunnerId()
getRunnerId
in class GenericDebuggerRunner
protected abstract boolean validForProfile(RunProfile profile)
protected abstract java.lang.String getThreadName()
public boolean canRun(java.lang.String executorId, RunProfile profile)
canRun
in class GenericDebuggerRunner
protected RunContentDescriptor createContentDescriptor(RunProfileState state, ExecutionEnvironment environment) throws ExecutionException
createContentDescriptor
in class GenericDebuggerRunner
ExecutionException