Test Suite org.netbeans.core.lookup.InstanceDataObjectModuleTest2

go back to testbag

Summary:

Total testsExpected PassesUnexpected PassesExpected FailsUnexpected FailsErrorsSuccess RateRun(when)Time(ms)
1000100.00%2004-11-24 05:38:20.89610284


Individual Tests:

NameStatusMessageWorkdirTime(ms)
testCanFindSomeActionUsingSettingsfailSome instance of Action with name 'SomeAction' found in lookup after module installation No 10230


Details for failed test/tests with errors:


testCanFindSomeActionUsingSettings:
      junit.framework.AssertionFailedError: Some instance of Action with name 'SomeAction' found in lookup after module installation
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at org.netbeans.core.lookup.InstanceDataObjectModuleTest2.testCanFindSomeActionUsingSettings(InstanceDataObjectModuleTest2.java:55)
	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:324)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	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:118)
	at org.netbeans.junit.NbTestCase.run(NbTestCase.java:119)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:176)
	at org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:127)
	at org.netbeans.xtest.plugin.ide.MainWithExec.run(MainWithExec.java:196)
	at org.netbeans.xtest.plugin.ide.Main$2.run(Main.java:313)
	at java.lang.Thread.run(Thread.java:534)