Test Suite org.openide.nodes.ChildrenKeysTest

go back to testbag

Summary:

Total testsExpected PassesUnexpected PassesExpected FailsUnexpected FailsErrorsSuccess RateRun(when)Time(ms)
109001090.00%2004-10-06 08:07:40.09710106


Individual Tests:

NameStatusMessageWorkdirTime(ms)
testDestroyIsCalledWhenANodeIsRemovedpass No 667
testRefreshKeyCanBeCalledFromReadAccesspass No 33
testGCKeyspass No 839
testGetNodespass No 1
testResetOfNodespass No 3
testProperInitializationEvenIfInvokedFromMultipleThreadsBug30907SlowAddNotifyWithReadAccessfailTwo children there even in the initialization thread expected:<2> but was:<0> No 1878
testProperInitializationEvenIfInvokedFromMultipleThreadsBug30907QuickAddNotifyWithReadAccesspass No 854
testProperInitializationEvenIfInvokedFromMultipleThreadsBug30907QuickAddNotifypass No 849
testProperInitializationEvenIfInvokedFromMultipleThreadsBug30907SlowAddNotifypass No 1855
testProperInitializationEvenIfInvokedFromMultipleThreadsBug30907AddNotifyWithExceptionpass No 1917


Details for failed test/tests with errors:


testProperInitializationEvenIfInvokedFromMultipleThreadsBug30907SlowAddNotifyWithReadAccess:
      junit.framework.AssertionFailedError: Two children there even in the initialization thread expected:<2> but was:<0>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:282)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:201)
	at org.openide.nodes.ChildrenKeysTest.doBug30907(ChildrenKeysTest.java:316)
	at org.openide.nodes.ChildrenKeysTest.doBug30907(ChildrenKeysTest.java:202)
	at org.openide.nodes.ChildrenKeysTest.testProperInitializationEvenIfInvokedFromMultipleThreadsBug30907SlowAddNotifyWithReadAccess(ChildrenKeysTest.java:183)
	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:585)
	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.jvm.JUnitTestRunnerLauncher.main(JUnitTestRunnerLauncher.java:41)