public abstract class JavaAwareTestConsoleProperties<T extends ModuleBasedConfiguration<JavaRunConfigurationModule,Element> & CommonJavaRunConfigurationParameters> extends SMTRunnerConsoleProperties
| Constructor and Description |
|---|
JavaAwareTestConsoleProperties(java.lang.String testFrameworkName,
RunConfiguration configuration,
Executor executor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
fixEmptySuite() |
T |
getConfiguration() |
DebuggerSession |
getDebugSession() |
Navigatable |
getErrorNavigatable(Location<?> location,
java.lang.String stacktrace) |
int |
getSelectionMode() |
static Navigatable |
getStackTraceErrorNavigatable(Location<?> location,
java.lang.String stacktrace) |
boolean |
isEditable() |
boolean |
isPaused() |
addStackTraceFilter, createImportActions, createRerunFailedTestsAction, findSuitableNavigatableForLine, getErrorNavigatable, getFilterProvider, getTestFrameworkName, getTestLocator, isIdBasedTestTree, isPrintTestingStartedTime, isUndefined, serviceMessageHasNewLinePrefix, setIdBasedTestTree, setPrintTestingStartedTimepublic JavaAwareTestConsoleProperties(java.lang.String testFrameworkName,
RunConfiguration configuration,
Executor executor)
public boolean isPaused()
public T getConfiguration()
getConfiguration in class SMTRunnerConsolePropertiespublic int getSelectionMode()
public boolean fixEmptySuite()
fixEmptySuite in class SMTRunnerConsolePropertiespublic Navigatable getErrorNavigatable(Location<?> location, java.lang.String stacktrace)
getErrorNavigatable in interface SMStacktraceParserExgetErrorNavigatable in class SMTRunnerConsolePropertiespublic static Navigatable getStackTraceErrorNavigatable(Location<?> location, java.lang.String stacktrace)
public DebuggerSession getDebugSession()
public boolean isEditable()