I am trying to get a very basic Hyades JUnit test to run and profile it
by. I can run the test as a JUnit test, however when I run the test as per
Help - Test - JUnit test overview - running a Junit test suite I get the
following error:
IWAT4039E The Test Execution Harness reported the following problems:
org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException: IWAT4039E The Test Execution
Harness reported the following problems:
org.eclipse.hyades.execution.invocation.RemoteInvocationException
org.eclipse.hyades.test.ui.launch.delegates.AbstractLaunchConfigurationDelegate2.launch(AbstractLaunchConfigurationDelegate2.java)
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:569)
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:788)
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:955)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
Eclipse 3.0.1
Hyades 3.1.0
Windows 2000
All I'm tring to do is an AssertEquals for a method that returns a
String... the most basic scenario I could think of. Do I need an Artefact,
a Datapool etc in addition to TestSuite and Deployment. More specifically,
what is the minimum I need to run a test?