Search in sources :

Example 1 with ModuleRunConfiguration

use of com.intellij.execution.configurations.ModuleRunConfiguration in project intellij-community by JetBrains.

the class BaseSMTRunnerTestCase method createConsoleProperties.

protected TestConsoleProperties createConsoleProperties() {
    final ModuleRunConfiguration runConfiguration = createRunConfiguration();
    final TestConsoleProperties consoleProperties = new SMTRunnerConsoleProperties(runConfiguration, "SMRunnerTests", DefaultDebugExecutor.getDebugExecutorInstance());
    TestConsoleProperties.HIDE_PASSED_TESTS.set(consoleProperties, false);
    return consoleProperties;
}
Also used : ModuleRunConfiguration(com.intellij.execution.configurations.ModuleRunConfiguration) TestConsoleProperties(com.intellij.execution.testframework.TestConsoleProperties)

Aggregations

ModuleRunConfiguration (com.intellij.execution.configurations.ModuleRunConfiguration)1 TestConsoleProperties (com.intellij.execution.testframework.TestConsoleProperties)1