use of org.hibernate.eclipse.console.test.project.LaunchConfigTestProject2 in project jbosstools-hibernate by jbosstools.
the class CodeGenExternalProcessExecutionTest method setUp.
protected void setUp() throws Exception {
super.setUp();
this.project = new LaunchConfigTestProject2();
final String fileNameConsoleConfig = LaunchConfigTestProject2.LAUNCH_CONSOLE_CONFIG_TEST_FILE;
ILaunchConfiguration launchConfig = loadLaunchConfigFromFile(fileNameConsoleConfig);
final EclipseLaunchConsoleConfigurationPreferences cfgprefs = new EclipseLaunchConsoleConfigurationPreferences(launchConfig);
consoleCfg = new ConsoleConfiguration(cfgprefs);
KnownConfigurations.getInstance().addConfiguration(consoleCfg, true);
}
Aggregations