Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.messaging.test/Messaging_IntegrationSuite.launch')
-rw-r--r--plugins/org.eclipse.osee.framework.messaging.test/Messaging_IntegrationSuite.launch15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.messaging.test/Messaging_IntegrationSuite.launch b/plugins/org.eclipse.osee.framework.messaging.test/Messaging_IntegrationSuite.launch
new file mode 100644
index 00000000000..3b98f7567be
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.messaging.test/Messaging_IntegrationSuite.launch
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/org.eclipse.osee.framework.messaging.test/src/org/eclipse/osee/framework/messaging/internal/IntegrationSuite.java"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="1"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value=""/>
+<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
+<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
+<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.osee.framework.messaging.internal.IntegrationSuite"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.osee.framework.messaging.test"/>
+</launchConfiguration>

Back to the top