- summary: GUIReplayer/integration-tests - Monitor.getAction, clsNtFnd --> GUIReplayer/integration-tests - "Monitor.gtAction, clsNtFnd"
In TestJFCReplayerMonitor2, a call to JFCReplayer.Monitor.getAction results in a ClassNotFoundException. (Additionally, junit reports no failures o errors at the end of this test run, which is no good!) Output is as follows:
[junit] Running TestJFCReplayerMonitor2
[junit] junit.framework.TestListener: tests to run: 3
[junit] junit.framework.TestListener: startTest(testGetAction1)
[junit] ERROR getAction, Error in getting action
[junit] java.lang.ClassNotFoundException:
[junit] at java.lang.Class.forName0(Native Method)
[junit] at java.lang.Class.forName(Class.java:169)
[junit] at edu.umd.cs.guitar.replayer.JFCReplayerMonitor.getAction(JFCReplayerMonitor.java:146)
[junit] at TestJFCReplayerMonitor2.testGetAction1(TestJFCReplayerMonitor2.java:31)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at java.lang.reflect.Method.invoke(Method.java:597)
[junit] at junit.framework.TestCase.runTest(TestCase.java:164)
[junit] at junit.framework.TestCase.runBare(TestCase.java:130)
[junit] at junit.framework.TestResult$1.protect(TestResult.java:106)
[junit] at junit.framework.TestResult.runProtected(TestResult.java:124)
[junit] at junit.framework.TestResult.run(TestResult.java:109)
[junit] at junit.framework.TestCase.run(TestCase.java:120)
[junit] at junit.framework.TestSuite.runTest(TestSuite.java:230)
[junit] at junit.framework.TestSuite.run(TestSuite.java:225)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
[junit] junit.framework.TestListener: endTest(testGetAction1)
[junit] junit.framework.TestListener: startTest(testGetAction2)
[junit] junit.framework.TestListener: endTest(testGetAction2)
[junit] junit.framework.TestListener: startTest(testGetComponent)
[junit] junit.framework.TestListener: endTest(testGetComponent)
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.344 sec