Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse Titan
titan.EclipsePlug-ins
Commits
92ff37b3
Commit
92ff37b3
authored
Nov 19, 2020
by
Arpad Lovassy
Committed by
Gerrit Code Review
Nov 19, 2020
Browse files
Merge "It looks like we will not be able to support testset creation till the release."
parents
0d63d7ac
848f0263
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/java_mctr/LaunchConfigurationTabGroup.java
View file @
92ff37b3
...
...
@@ -15,10 +15,8 @@ import org.eclipse.debug.ui.EnvironmentTab;
import
org.eclipse.debug.ui.ILaunchConfigurationDialog
;
import
org.eclipse.debug.ui.ILaunchConfigurationTab
;
import
org.eclipse.debug.ui.ILaunchConfigurationTabGroup
;
import
org.eclipse.titan.executor.tabpages.hostcontrollers.HostControllersTab
;
import
org.eclipse.titan.executor.tabpages.maincontroller.NativeJavaMainControllerTab
;
import
org.eclipse.titan.executor.tabpages.performance.NativeJavaPerformanceSettingsTab
;
import
org.eclipse.titan.executor.tabpages.testset.TestSetTab
;
/**
* @author Kristof Szabados
...
...
@@ -29,7 +27,9 @@ public final class LaunchConfigurationTabGroup implements ILaunchConfigurationTa
@Override
public
void
createTabs
(
final
ILaunchConfigurationDialog
arg0
,
final
String
arg1
)
{
//TODO add support for starting Java generated host controllers
tabs
=
new
ILaunchConfigurationTab
[]
{
new
NativeJavaMainControllerTab
(
this
)
/*, new HostControllersTab(this)*/
,
new
TestSetTab
(),
//TODO add support for extracting the tests from the Java side generated code
// till that is not possible, it is also not possible to configure test sets on the user interface.
tabs
=
new
ILaunchConfigurationTab
[]
{
new
NativeJavaMainControllerTab
(
this
)
/*, new HostControllersTab(this)*//*, new TestSetTab()*/
,
new
NativeJavaPerformanceSettingsTab
(),
new
EnvironmentTab
(),
new
CommonTab
()};
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment