Test Suite org.openide.explorer.propertysheet.SheetTableTest

Summary:

Total testsExpected PassesUnexpected PassesExpected FailsUnexpected FailsErrorsSuccess RateRun(when)Time(ms)
2120001095.24%2003-09-26 14:54:36.298276


Individual Tests:

NameStatusMessageWorkdirTime(ms)
testSpaceBarToggleBooleanpass No 6877
testSingleClickToggleBooleanpass No 1
testFindAddedPropertiespass No 1
testGrayMarginEdgeNotPaintedWhenSortByNamepass No 0
testGrayMarginEdgePaintedWhenSortByCategoryfailGray margin edge not painted in sort by category mode No 4
testCloseSetWithMousepass No 0
testOpenSetWithKeyboardpass No 0
testCloseSetWithKeyboardpass No 0
testOpenWithMousepass No 0
testPopupConsistentpass No 0
testInplaceReferenceClearedpass No 0
testEscClosesPopuppass No 0
testEditorFocusedAfterSpacebarInitiationpass No 1
testEditModeAfterSpacePressedpass No 1
testValAfterTypingpass No 0
testValAfterEscapepass No 0
testNoEditAfterNameClickpass No 0
testSelectionAfter1_0Clickpass No 0
testEditorAfter1_1Clickpass No 1
testSelectionAfter1_1Clickpass No 0
testEditCancelledAfterNameClickpass No 0


Details for failed test/tests with errors:


testGrayMarginEdgePaintedWhenSortByCategory:
      junit.framework.AssertionFailedError: Gray margin edge not painted in sort by category mode
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at org.openide.explorer.propertysheet.SheetTableTest.testGrayMarginEdgePaintedWhenSortByCategory(SheetTableTest.java:263)
	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:85)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.openide.explorer.propertysheet.SheetTableTest$SheetTableSuite.run(SheetTableTest.java:501)
	at org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:166)
	at org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:122)
	at org.netbeans.xtest.testrunner.JUnitTestRunner.main(JUnitTestRunner.java:226)