Community
Participate
Working Groups
Build Identifier: 4.2 Hi, I have a problem while running Junit tests. I'm working with PDE Unit Tests. http://www.eclipse.org/articles/article.php?file=Article-PDEJUnitAntAutomation/index.html My test case is very simple import junit.framework.TestCase; public class Hello extends TestCase{ public void testHello() { assertTrue(true); } } When i launch my tests here is the result pde_test: [delete] Deleting: /prj/spg_sand/haddadm/svn_root/tools/cosimcockpit/test/pde_test_port.properties [java] PDE Test port: 53245 [java] PDE Test port saved to file /prj/spg_sand/haddadm/svn_root/tools/cosimcockpit/test/pde_test_port.properties [echo] Using port 53245 for listening to PDE Test run run_pde_test_listener: [java] Listening on port 53245 for test suite com.st.testcosimcockpit results ... run_pde_tests: [java] PDE Test Run Started - running 1 tests ... [java] Test Tree Entry - Description: 1,com.st.testcosimcockpit.jUnitTests.Hello,true,1 [java] Test Tree Entry - Description: 2,warning(junit.framework.TestSuite$1),false,1 [java] Test Started - 1 - warning(junit.framework.TestSuite$1) [java] Test Failed - 1 - warning(junit.framework.TestSuite$1) - status: FAILED, trace: junit.framework.AssertionFailedError: No tests found in com.st.testcosimcockpit.jUnitTests.Hello [java] at junit.framework.Assert.fail(Assert.java:47) [java] at junit.framework.TestSuite$1.runTest(TestSuite.java:90) [java] at junit.framework.TestCase.runBare(TestCase.java:130) [java] at junit.framework.TestResult$1.protect(TestResult.java:106) [java] at junit.framework.TestResult.runProtected(TestResult.java:124) [java] at junit.framework.TestResult.run(TestResult.java:109) [java] at junit.framework.TestCase.run(TestCase.java:120) [java] at junit.framework.TestSuite.runTest(TestSuite.java:230) [java] at junit.framework.TestSuite.run(TestSuite.java:225) [java] at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) [java] at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) [java] at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) [java] at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) [java] at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) [java] at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:62) [java] at org.eclipse.pde.internal.junit.runtime.CoreTestApplication.run(CoreTestApplication.java:23) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:597) [java] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574) [java] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195) [java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) [java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:597) [java] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:563) [java] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:518) [java] at org.eclipse.equinox.launcher.Main.run(Main.java:1251) [java] at org.eclipse.equinox.launcher.Main.main(Main.java:1227) [java] [java] , expected: , actual: [java] Test Ended - 1 - warning(junit.framework.TestSuite$1) [java] Test Run Ended - FAILED - Total: 1 (Errors: 0, Failed: 1, Passed: 0), duration 5ms. [java] Java Result: 1 Any suggestions ?? Reproducible: Always
Here is the content of my xml result: <?xml version="1.0" encoding="UTF-8" ?> <testsuite errors="0" failures="1" hostname="tunlx044" name="com.st.testcosimcockpit" tests="1" time="0.0040" timestamp="2010-08-16T12:08:17"> <properties> <property name="java.vendor" value="Sun Microsystems Inc." /> <property name="sun.java.launcher" value="SUN_STANDARD" /> <property name="org.osgi.supports.framework.extension" value="true" /> <property name="sun.management.compiler" value="HotSpot Tiered Compilers" /> <property name="osgi.framework.beginningstartlevel" value="1" /> <property name="os.name" value="Linux" /> <property name="sun.boot.class.path" value="/sw/st_division/spg/ext_tools/jdk/Linux-i686/jdk1.6.0_17/jre/lib/resources.jar:/sw/st_division/spg/ext_tools/jdk/Linux-i686/jdk1.6.0_17/jre/lib/rt.jar:/sw/st_division/spg/ext_tools/jdk/Linux-i686/jdk1.6.0_17/jre/lib/sunrsasign.jar:/sw/st_division/spg/ext_tools/jdk/Linux-i686/jdk1.6.0_17/jre/lib/jsse.jar:/sw/st_division/spg/ext_tools/jdk/Linux-i686/jdk1.6.0_17/jre/lib/jce.jar:/sw/st_division/spg/ext_tools/jdk/Linux-i686/jdk1.6.0_17/jre/lib/charsets.jar:/sw/st_division/spg/ext_tools/jdk/Linux-i686/jdk1.6.0_17/jre/classes" /> <property name="osgi.ws" value="gtk" /> <property name="sun.desktop" value="gnome" /> <property name="java.vm.specification.vendor" value="Sun Microsystems Inc." /> <property name="ant.home" value="/sw/st_division/spg/st_tools/STWorkbench/4.1.1/Linux-i686/plugins/org.apache.ant_1.7.0.v200803061910" /> <property name="java.runtime.version" value="1.6.0_17-b04" /> <property name="osgi.instance.area" value="file:/prj/spg_sand/haddadm/svn_root/tools/cosimcockpit/test/tmp-x86_64-rhel4/test-ws/" /> <property name="user.name" value="haddadm" /> <property name="sun.java2d.pmoffscreen" value="false" /> <property name="org.osgi.framework.system.packages" value="javax.accessibility,javax.activation,javax.activity,javax.annotation,javax.annotation.processing,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.jws,javax.jws.soap,javax.lang.model,javax.lang.model.element,javax.lang.model.type,javax.lang.model.util,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.script,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.tools,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,javax.xml.crypto.dsig,javax.xml.crypto.dsig.dom,javax.xml.crypto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stax,javax.xml.transform.stream,javax.xml.validation,javax.xml.ws,javax.xml.ws.handler,javax.xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,javax.xml.ws.spi,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.css,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.ls,org.w3c.dom.ranges,org.w3c.dom.stylesheets,org.w3c.dom.traversal,org.w3c.dom.views ,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers" /> <property name="eclipse.launcher" value="/sw/st_division/spg/st_tools/STWorkbench/4.1.1/Linux-i686/stworkbench" /> <property name="org.osgi.framework.language" value="en" /> <property name="user.language" value="en" /> <property name="org.osgi.framework.processor" value="x86" /> <property name="osgi.syspath" value="/sw/st_division/spg/st_tools/STWorkbench/4.1.1/Linux-i686/plugins" /> <property name="sun.boot.library.path" value="/sw/st_division/spg/ext_tools/jdk/Linux-i686/jdk1.6.0_17/jre/lib/i386" /> <property name="osgi.manifest.cache" value="/home/haddadm/.vsocstudio/dp_201008161406/org.eclipse.osgi/manifests" /> <property name="osgi.compatibility.bootdelegation" value="true" /> <property name="eof" value="eof" /> <property name="org.osgi.framework.bootdelegation" value="*" /> <property name="java.version" value="1.6.0_17" /> <property name="org.osgi.framework.os.name" value="Linux" /> <property name="user.timezone" value="Europe/Paris" /> <property name="eclipse.ant.noInput" value="true" /> <property name="sun.arch.data.model" value="32" /> <property name="osgi.bundles" value="org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start" /> <property name="java.endorsed.dirs" value="/sw/st_division/spg/ext_tools/jdk/Linux-i686/jdk1.6.0_17/jre/lib/endorsed" /> <property name="sun.cpu.isalist" value="" /> <property name="sun.jnu.encoding" value="UTF-8" /> <property name="eclipse.application" value="org.eclipse.ant.core.antRunner" /> <property name="file.encoding.pkg" value="sun.io" /> <property name="org.osgi.framework.vendor" value="Eclipse" /> <property name="file.separator" value="/" /> <property name="java.specification.name" value="Java Platform API Specification" /> <property name="java.class.version" value="50.0" /> <property name="user.country" value="US" /> <property name="osgi.configuration.cascaded" value="true" /> <property name="java.home" value="/sw/st_division/spg/ext_tools/jdk/Linux-i686/jdk1.6.0_17/jre" /> <property name="osgi.os" value="linux" /> <property name="eclipse.commands" value="-os linux -ws gtk -arch x86 -launcher /sw/st_division/spg/st_tools/STWorkbench/4.1.1/Linux-i686/stworkbench -name Stworkbench --launcher.library /sw/st_division/spg/st_tools/STWorkbench/4.1.1/Linux-i686/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805/eclipse_1115.so -startup /sw/st_division/spg/st_tools/STWorkbench/4.1.1/Linux-i686/plugins/org.eclipse.equinox.launcher_1.0.102.1.jar -exitdata 1488003 -data /prj/spg_sand/haddadm/svn_root/tools/cosimcockpit/test/tmp-x86_64-rhel4/test-ws -application org.eclipse.ant.core.antRunner -f test.xml -Dtest.eclipse.dir=/sw/st_division/spg/st_tools/STWorkbench/4.1.1/Linux-i686 -Dvss.root=/prj/spg_sand/haddadm/svn_root/tools/cosimcockpit/test/tmp-x86_64-rhel4/vscstd -Dtest.plugin.id=com.st.testcosimcockpit -Dtest.class.name=com.st.testcosimcockpit.jUnitTests.Hello -Dtest.reports.dir=/prj/spg_sand/haddadm/svn_root/tools/cosimcockpit/test -vm /sw/st_division/spg/ext_tools/jdk/Linux-i686/jdk1.6.0_17/bin/java " /> <property name="java.vm.info" value="mixed mode" /> <property name="os.version" value="2.6.9-89.ELsmp" /> <property name="osgi.arch" value="x86" /> <property name="osgi.sharedConfiguration.area" value="file:/prj/spg_sand/haddadm/svn_root/tools/cosimcockpit/test/tmp-x86_64-rhel4/vscstd/configuration/" /> <property name="path.separator" value=":" /> <property name="java.vm.version" value="14.3-b01" /> <property name="org.osgi.supports.framework.fragment" value="true" /> <property name="ant.library.dir" value="/sw/st_division/spg/st_tools/STWorkbench/4.1.1/Linux-i686/plugins/org.apache.ant_1.7.0.v200803061910/lib" /> <property name="osgi.framework.shape" value="jar" /> <property name="java.awt.printerjob" value="sun.print.PSPrinterJob" /> <property name="osgi.instance.area.default" value="file:/home/haddadm/workspace/" /> <property name="sun.io.unicode.encoding" value="UnicodeLittle" /> <property name="org.osgi.framework.version" value="1.4.0" /> <property name="osgi.install.area" value="file:/sw/st_division/spg/st_tools/STWorkbench/4.1.1/Linux-i686/" /> <property name="osgi.framework" value="file:/sw/st_division/spg/st_tools/STWorkbench/4.1.1/Linux-i686/plugins/org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar" /> <property name="user.home" value="/home/haddadm" /> <property name="osgi.bundlestore" value="/home/haddadm/.vsocstudio/dp_201008161406/org.eclipse.osgi/bundles" /> <property name="osgi.splashPath" value="platform:/base/plugins/com.st.platform" /> <property name="java.specification.vendor" value="Sun Microsystems Inc." /> <property name="osgi.nl" value="en_US" /> <property name="java.library.path" value="/sw/st_division/spg/ext_tools/jdk/Linux-i686/jdk1.6.0_17/jre/lib/i386/server:/sw/st_division/spg/ext_tools/jdk/Linux-i686/jdk1.6.0_17/jre/lib/i386:/sw/st_division/spg/ext_tools/jdk/Linux-i686/jdk1.6.0_17/jre/../lib/i386:/sw/st_division/spg/ext_tools/jdk/Linux-i686/jdk1.5.0_06/jre/lib/i386/:/sw/st_division/spg/spg_tools/SPG_INSTALL/fesoc_tools/1.6/Linux-i686/lib:/sw/st_division/spg/ext_tools/jdk/Linux-i686/jdk1.6.0/jre/lib/i386/:/sw/st_division/spg/ext_tools/jdk/Linux-i686/jdk1.5.0_06/jre/lib/i386/:/sw/st_division/spg/x86_64-rhel4/lib64:/sw/st_division/spg/x86_64-rhel4/lib:/sw/platform/lsf/7.0/linux2.6-glibc2.3-x86_64/lib:/sw/freetools/jdk/1.6.0_16/Linux/rh4/x86_64/jdk1.6.0_16/lib:/sw/freetools/jdk/1.6.0_16/Linux/rh4/x86_64/jre1.6.0_16/lib:/usr/X11R6/lib/:/lib:/usr/lib:/usr/lib/X11:/usr/local/lib:/usr/java/packages/lib/i386:/lib:/usr/lib" /> <property name="java.vendor.url" value="http://java.sun.com/" /> <property name="eclipse.startTime" value="1281960481559" /> <property name="org.osgi.framework.os.version" value="2.6.9.ELsmp" /> <property name="java.vm.vendor" value="Sun Microsystems Inc." /> <property name="java.runtime.name" value="Java(TM) SE Runtime Environment" /> <property name="java.class.path" value="/sw/st_division/spg/st_tools/STWorkbench/4.1.1/Linux-i686/plugins/org.eclipse.equinox.launcher_1.0.102.1.jar" /> <property name="osgi.requiredJavaVersion" value="1.6.0_11" /> <property name="eclipse.vm" value="/sw/st_division/spg/ext_tools/jdk/Linux-i686/jdk1.6.0_17/bin/java" /> <property name="java.vm.specification.name" value="Java Virtual Machine Specification" /> <property name="java.vm.specification.version" value="1.0" /> <property name="sun.cpu.endian" value="little" /> <property name="sun.os.patch.level" value="unknown" /> <property name="java.io.tmpdir" value="/tmp" /> <property name="java.vendor.url.bug" value="http://java.sun.com/cgi-bin/bugreport.cgi" /> <property name="eclipse.product" value="com.st.platform.st_ide" /> <property name="eclipse.home.location" value="file:/sw/st_division/spg/st_tools/STWorkbench/4.1.1/Linux-i686/" /> <property name="os.arch" value="i386" /> <property name="java.awt.graphicsenv" value="sun.awt.X11GraphicsEnvironment" /> <property name="java.ext.dirs" value="/sw/st_division/spg/ext_tools/jdk/Linux-i686/jdk1.6.0_17/jre/lib/ext:/usr/java/packages/lib/ext" /> <property name="user.dir" value="/prj/spg_sand/haddadm/svn_root/tools/cosimcockpit/test" /> <property name="org.osgi.supports.framework.requirebundle" value="true" /> <property name="line.separator" value=" " /> <property name="java.vm.name" value="Java HotSpot(TM) Server VM" /> <property name="eclipse.ee.install.verify" value="false" /> <property name="file.encoding" value="UTF-8" /> <property name="osgi.framework.version" value="3.4.3.R34x_v20081215-1030" /> <property name="eclipse.vmargs" value="-Xms256m -Xmx512m -XX:MaxPermSize=512m -Dsun.java2d.pmoffscreen=false -Dorg.osgi.framework.bootdelegation=* -Dosgi.configuration.cascaded=true -Dosgi.sharedConfiguration.area=/prj/spg_sand/haddadm/svn_root/tools/cosimcockpit/test/tmp-x86_64-rhel4/vscstd/configuration -Dosgi.configuration.area=@user.home/.vsocstudio/dp_201008161406 -jar /sw/st_division/spg/st_tools/STWorkbench/4.1.1/Linux-i686/plugins/org.eclipse.equinox.launcher_1.0.102.1.jar " /> <property name="java.specification.version" value="1.6" /> <property name="org.osgi.framework.executionenvironment" value="OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6" /> <property name="osgi.logfile" value="/prj/spg_sand/haddadm/svn_root/tools/cosimcockpit/test/tmp-x86_64-rhel4/test-ws/.metadata/.log" /> <property name="osgi.configuration.area" value="file:/home/haddadm/.vsocstudio/dp_201008161406/" /> </properties> <testcase classname="pde.test.utils.PDETestListener$WrapperTestCase" name="warning(junit.framework.TestSuite$1)" time="0.02"> <failure message="junit.framework.AssertionFailedError: No tests found in com.st.testcosimcockpit.jUnitTests.Hello at junit.framework.Assert.fail(Assert.java:47) at junit.framework.TestSuite$1.runTest(TestSuite.java:90) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:62) at org.eclipse.pde.internal.junit.runtime.CoreTestApplication.run(CoreTestApplication.java:23) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:563) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:518) at org.eclipse.equinox.launcher.Main.run(Main.java:1251) at org.eclipse.equinox.launcher.Main.main(Main.java:1227) " type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError: junit.framework.AssertionFailedError: No tests found in com.st.testcosimcockpit.jUnitTests.Hello at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:62) at org.eclipse.pde.internal.junit.runtime.CoreTestApplication.run(CoreTestApplication.java:23) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:563) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:518) at org.eclipse.equinox.launcher.Main.run(Main.java:1251) at org.eclipse.equinox.launcher.Main.main(Main.java:1227) at pde.test.utils.PDETestListener.testFailed(PDETestListener.java:124) at org.eclipse.jdt.internal.junit.model.RemoteTestRunnerClient$7.run(RemoteTestRunnerClient.java:523) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.jdt.internal.junit.model.RemoteTestRunnerClient.notifyTestFailed(RemoteTestRunnerClient.java:521) at org.eclipse.jdt.internal.junit.model.RemoteTestRunnerClient.access$16(RemoteTestRunnerClient.java:516) at org.eclipse.jdt.internal.junit.model.RemoteTestRunnerClient$TraceProcessingState.readMessage(RemoteTestRunnerClient.java:168) at org.eclipse.jdt.internal.junit.model.RemoteTestRunnerClient.receiveMessage(RemoteTestRunnerClient.java:346) at org.eclipse.jdt.internal.junit.model.RemoteTestRunnerClient.access$26(RemoteTestRunnerClient.java:345) at org.eclipse.jdt.internal.junit.model.RemoteTestRunnerClient$ServerConnection.run(RemoteTestRunnerClient.java:265) </failure> </testcase> </testsuite>
This bug was never looked at because it was filed against the incubator. It looks like you have a configuration issue in how you are launching (as no tests are found). Closing as INVALID.