[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 286 | 0 | 0 | 0 | 100% | 1.008 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
[Summary] [Package List] [Test Cases]
| Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|
| de.lessvoid.nifty.controls.checkbox.controller | 1 | 0 | 0 | 0 | 100% | 0.354 |
| de.lessvoid.nifty.controls | 82 | 0 | 0 | 0 | 100% | 0.172 |
| de.lessvoid.nifty.controls.listbox | 127 | 0 | 0 | 0 | 100% | 0.237 |
| de.lessvoid.nifty.controls.scrollbar | 26 | 0 | 0 | 0 | 100% | 0.049 |
| de.lessvoid.nifty.controls.textfield | 29 | 0 | 0 | 0 | 100% | 0.038 |
| de.lessvoid.nifty.controls.slider | 14 | 0 | 0 | 0 | 100% | 0.026 |
| de.lessvoid.nifty.controls.checkbox | 7 | 0 | 0 | 0 | 100% | 0.132 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| CreateCheckBoxControlTest | 1 | 0 | 0 | 0 | 100% | 0.354 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| CheckBoxStateChangedEventTest | 2 | 0 | 0 | 0 | 100% | 0.003 | |
| ConsoleCommandsMatchTest | 7 | 0 | 0 | 0 | 100% | 0.028 | |
| ConsoleExecuteCommandEventTest | 6 | 0 | 0 | 0 | 100% | 0.011 | |
| ListBoxChangeSelectionModeTest | 5 | 0 | 0 | 0 | 100% | 0.007 | |
| ListBoxDisabledSelectionModeTest | 4 | 0 | 0 | 0 | 100% | 0.005 | |
| ListBoxDisabledSelectionTest | 2 | 0 | 0 | 0 | 100% | 0.003 | |
| ListBoxMultipleSelectionTest | 19 | 0 | 0 | 0 | 100% | 0.045 | |
| ListBoxMultipleSelectionViewTest | 1 | 0 | 0 | 0 | 100% | 0.003 | |
| ListBoxSingleSelectionListViewTest | 5 | 0 | 0 | 0 | 100% | 0.009 | |
| ListBoxSingleSelectionRequiresSelectionListViewTest | 9 | 0 | 0 | 0 | 100% | 0.015 | |
| ListBoxSingleSelectionTest | 22 | 0 | 0 | 0 | 100% | 0.043 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| ScrollbarImplHandleSizeTest | 1 | 0 | 0 | 0 | 100% | 0.005 | |
| ScrollbarImplTest | 25 | 0 | 0 | 0 | 100% | 0.044 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| TextFieldChangeEventClipboardTest | 2 | 0 | 0 | 0 | 100% | 0.006 | |
| TextFieldChangeEventTest | 13 | 0 | 0 | 0 | 100% | 0.02 | |
| TextFieldMaxLenClipboardTest | 2 | 0 | 0 | 0 | 100% | 0.002 | |
| TextFieldMaxLenTest | 5 | 0 | 0 | 0 | 100% | 0.007 | |
| TextFieldPasswordTest | 7 | 0 | 0 | 0 | 100% | 0.003 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| SliderImplTest | 14 | 0 | 0 | 0 | 100% | 0.026 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| CheckBoxImplTest | 7 | 0 | 0 | 0 | 100% | 0.132 |
[Summary] [Package List] [Test Cases]
| testDefault | 0.081 | |
| testCheck | 0.012 | |
| testUncheck | 0.001 | |
| testSetToChecked | 0.001 | |
| testSetToUnchecked | 0.001 | |
| testToggle | 0.001 | |
| testToggleToOff | 0.002 |
| testEmpty | 0.012 | |
| testNotFound | 0.002 | |
| testDirectHit | 0.002 | |
| testMultipleHits | 0.002 | |
| testParameter | 0.001 | |
| testFindShortest | 0.001 | |
| testFindShortestShort | 0.002 |
| testCommandLineNull | 0.002 | |
| testCommandLineEmpty | 0.001 | |
| testSimpleCommandLine | 0.001 | |
| testOneParameterCommandLine | 0.001 | |
| testMultipleParameterCommandLine | 0.001 | |
| testMultipleStringParameterCommandLine | 0.001 |
| testGetFocusItemDefault | 0.001 | |
| testGetFocusAfterAddItem | 0.001 | |
| testGetFocusAfterTwoAddItems | 0.002 | |
| testGetFocusAfterInsertItem | 0.002 | |
| testGetFocusAfterSecondInsertItem | 0.002 | |
| testGetFocusAfterClear | 0.003 | |
| testGetFocusAfterRemoveItem | 0.002 | |
| testGetFocusAfterRemoveItemByIndex | 0.001 |
| testGetFocusItemDefault | 0.002 | |
| testSetFocusItemByIndexInvalid | 0.002 | |
| testSetFocusItemByIndexTooLarge | 0.002 | |
| testSetFocusItemByIndex0 | 0.002 | |
| testSetFocusItemByIndex1 | 0.002 | |
| testSetFocusItemByIndex2 | 0.002 | |
| testSetFocusItemByIndex3 | 0.002 | |
| testSetFocusItem | 0.002 | |
| testSetFocusItemUnknown | 0.001 | |
| testSetFocusScroll | 0.001 | |
| testFocusItemAfterDelete | 0.001 | |
| testRemoveFocusItemBeingTheLastItem | 0.002 |
| testDefaultEmpty | 0.001 | |
| testDefaultWithNoFocus | 0.002 | |
| testDefaultWithNoFocusAndRemove | 0.002 | |
| testDefaultWithEmptyRemove | 0.001 | |
| testRemoveFocusElement | 0.002 | |
| testWithRemoveElementBeforeFocus | 0.002 | |
| testWithRemoveElementAfterFocus | 0.001 | |
| testWithRemoveMultipleElementAfterFocus | 0.001 | |
| testWithRemoveMultipleElementBeforeFocus | 0.002 | |
| testWithRemoveLastElementWithFocus | 0.001 | |
| testWithRemoveLastElementsWithFocus | 0.001 | |
| testWithRemoveAllElementWithFocus | 0.002 | |
| testWithRemoveAllElementBeforeFocus | 0.001 |
| testInsertItemInvalid | 0 | |
| testInsertItemInvalidIndex | 0 | |
| testCantModifyGetItems | 0.001 |
| testNext | 0.001 | |
| testPrevious | 0.001 | |
| testDefaultSelection | 0 | |
| testNextEnd | 0 | |
| testPreviousAtBeginning | 0.001 |
| testNext | 0.001 | |
| testPrevious | 0.001 | |
| testDefaultSelection | 0.001 | |
| testNextEnd | 0.001 | |
| testPreviousAtBeginning | 0 |
| testNext | 0.001 | |
| testPrevious | 0.001 | |
| testDefaultSelection | 0.001 | |
| testNextEnd | 0.001 | |
| testPreviousAtBeginning | 0 |
| testClear | 0.002 | |
| testRemoveItemByIndex | 0.001 | |
| testRemoveItemByNegativeIndex | 0.001 | |
| testRemoveItemByIndexTooLarge | 0.001 | |
| testRemoveAllItemManual | 0.001 | |
| testRemoveAllItems | 0.001 | |
| testRemoveAllItemsAtBackOfList | 0.002 | |
| testRemoveItemWithAnItemNotPartOfTheList | 0.001 |
| testDeselectItem | 0.001 | |
| testDeselectByIndex | 0.001 | |
| testRemoveSelectedItem | 0.001 | |
| testRemoveSelectedItemByIndex | 0.001 | |
| testRemoveSelectionByClear | 0.001 |
| testClear | 0.001 | |
| testRequiresSelectionDefault | 0.001 | |
| testRequiresSelectionWithSingleItem | 0.001 | |
| testRemoveInList | 0.001 | |
| testRemoveMultiInList | 0.001 | |
| testRemoveMultiInListReverse | 0.001 | |
| testRemoveForcedMultiInList | 0.001 | |
| testRemoveForcedMultiInListReverse | 0.001 | |
| testClearMulti | 0.001 |
| testClear | 0.001 | |
| testRequiresSelectionDefault | 0 | |
| testRemoveInList | 0 | |
| testEmptyDefaultSelection | 0.001 | |
| testAdd | 0.001 | |
| testAddTwice | 0.001 | |
| testRemoveNotInList | 0 |
| testClear | 0 | |
| testRequiresSelectionDefault | 0.001 | |
| testRequiresSelectionWithSingleItem | 0.001 | |
| testRemoveInList | 0.001 | |
| testRemoveForcedInList | 0.001 |
| testClear | 0.001 | |
| testRequiresSelectionDefault | 0 | |
| testRemoveInList | 0 | |
| testEmptyDefaultSelection | 0.001 | |
| testAdd | 0.001 | |
| testAddTwice | 0.001 | |
| testRemoveNotInList | 0 |
| testShowItemByIndexSmallerThanVisibleCount | 0.001 | |
| testShowItemByIndexEqualsVisibleCount | 0 |
| testShowItemByInvalidIndex | 0.001 | |
| testShowItemByInvalidIndexTooLarge | 0.001 | |
| testShowItemByIndex | 0.001 | |
| testShowItemByLastIndex | 0.001 | |
| testShowItem | 0.001 | |
| testShowItemUnknownItem | 0.001 |
| testAddItemWithUpdateWidth | 0.001 | |
| testAddTwoItemsWithUpdateWidth | 0.001 | |
| testAddTwoItemsWithNoUpdateWidth | 0.001 |
| testUpdateViewWithEmptyList | 0.001 | |
| testSingleEntry | 0.001 | |
| testTwoEntries | 0.001 | |
| testThreeEntries | 0.002 |
| testChangeFromDefaultToMultipleWithoutSelection | 0 | |
| testChangeFromDefaultToMultipleWithSingleSelection | 0.001 | |
| testChangeFromMultipleToSingleWithoutSelection | 0.001 | |
| testChangeFromMultipleToSingleWithSingleSelection | 0.001 | |
| testChangeFromMultipleToSingleWithMultipleSelection | 0 |
| testDefault | 0.002 | |
| testRemoveItemWithAnItemNotPartOfTheList | 0.002 | |
| testSelectWithItemIndexTooLarge | 0.001 | |
| testSelectFirstItem | 0.002 | |
| testSelectWithNegativeIndex | 0.002 | |
| testSelectFirstItemByIndex | 0.001 | |
| testMultipleSelection | 0.002 | |
| testMultipleSelectionWithItem | 0.002 | |
| testClearWithSelection | 0.002 | |
| testRemoveItemWithSelection | 0.001 | |
| testRemoveUnselectedIndex | 0.001 | |
| testDeselectionByIndex | 0.002 | |
| testDeselectionByIndexTooLarge | 0.002 | |
| testDeselectionByNegativIndex | 0.001 | |
| testDeselection | 0.001 | |
| testDeselectionFirst | 0.002 | |
| testDeselectionByNotAddedItem | 0.002 | |
| testDeselectionWithoutSelection | 0.001 | |
| testChangeToForceSelectionWithItems | 0.001 |
| testSelectFirstItem | 0.001 | |
| testClearWithSelection | 0.001 | |
| testRemoveItemWithSelection | 0.001 | |
| testSelectDoubleItem | 0.001 | |
| testSelectOutOfDisplayItem | 0.001 |
| testChangeToForceSelectionWithItems | 0.002 | |
| testAutoSelectedAdd | 0.001 | |
| testAutoSelectedAddMultipl | 0.001 | |
| testAutoSelectedInsert | 0.001 | |
| testAutoSelectedInsertMultipl | 0.001 | |
| testAutoSelectedAddAllEmpty | 0.001 | |
| testAutoSelectedAddAllSingle | 0.001 | |
| testAutoSelectedAddAllMultiple | 0.001 | |
| testRemoveSelection | 0.001 |
| testDefault | 0.002 | |
| testAddItem | 0.001 | |
| testRemoveItemWithAnItemNotPartOfTheList | 0.001 | |
| testSelectWithItemIndexTooLarge | 0.002 | |
| testSelectFirstItem | 0.001 | |
| testSelectWithNegativeIndex | 0.001 | |
| testSelectFirstItemByIndex | 0.002 | |
| testClearWithSelection | 0.001 | |
| testRemoveItemWithSelection | 0.002 | |
| testRemoveUnselectedIndex | 0.001 | |
| testDeselectionByIndex | 0.001 | |
| testDeselectionByIndexTooLarge | 0.002 | |
| testDeselectionByNegativIndex | 0.001 | |
| testDeselection | 0.002 | |
| testDeselectionByNotAddedItem | 0.001 | |
| testDeselectionWithoutSelection | 0.001 | |
| testSelectWithoutItems | 0.003 | |
| testSingleSelection | 0.001 | |
| testSingleSelectionWithItem | 0.001 | |
| testRemoveSelectedIndex | 0.001 | |
| testRemoveItem | 0.001 | |
| testRemoveChangesSelectionIndex | 0.002 |
| testNoEntries | 0.002 | |
| testMaxEqualView | 0.001 | |
| testMaxDoubleView | 0.001 | |
| testMaxView | 0.001 | |
| testCurrentValueTooBigValue | 0.001 | |
| testCurrentValueMaximumValue | 0.002 | |
| testMovingCurrentValue | 0.001 | |
| testStepUp | 0.002 | |
| testStepUpLimit | 0.001 | |
| testStepDownLimit | 0.002 | |
| testStepDown | 0.001 | |
| testPageUp | 0.002 | |
| testPageUpLimit | 0.001 | |
| testPageDownLimit | 0.001 | |
| testPageDown | 0.001 | |
| testSetValue | 0.002 | |
| testSetValueMinLimit | 0.001 | |
| testSetValueMaxLimit | 0.002 | |
| testSetup | 0.001 | |
| testSetMax | 0.002 | |
| testSetPageStepSize | 0.001 | |
| testInteractionCantMove | 0.001 | |
| testPageDownInteractionClick | 0.001 | |
| testPageUpInteractionClick | 0.001 | |
| testMoveHandle | 0.001 |
| testStepUp | 0.004 | |
| testStepDown | 0.001 | |
| testDefaultPosition | 0.001 | |
| testChangePositionMax | 0.002 | |
| testChangePositionHalf | 0.001 | |
| testStepDownWithMax | 0.001 | |
| testFromViewValueMin | 0.001 | |
| testFromViewValueMax | 0.001 | |
| testFromViewValueCenter | 0.002 | |
| testFromViewValueCenterWithStepSize | 0.001 | |
| testWithDifferentStepSize | 0.002 | |
| testChangeMin | 0.001 | |
| testChangeMax | 0.001 | |
| testChangeStepSize | 0.002 |
| testInitWithTextNull | 0.001 | |
| testInitWithTextEmpty | 0.001 | |
| testInitWithText | 0.002 | |
| testDeleteNotify | 0.001 | |
| testDeleteNotifyNoChange | 0.001 | |
| testDeleteNotifyWithSelection | 0.001 | |
| testBackspaceNotifyNoChange | 0.001 | |
| testBackspaceNotify | 0.001 | |
| testInsert | 0.001 | |
| testInsertWithSelection | 0.001 | |
| testInsertNoChange | 0.001 | |
| testSetMaxLengthNoChange | 0 | |
| testSetMaxLength | 0 |
| testInsertWithMaxLength | 0.001 | |
| testMaxLengthWithDataEntered | 0 | |
| testMaxLengthWithSameLength | 0 | |
| testMaxLengthWithEmptyData | 0.001 | |
| testMakingMaxLengthShorter | 0 |
| testCutNormal | 0 | |
| testCutPassword | 0.001 | |
| testCopyNormal | 0 | |
| testCopyPassword | 0 | |
| testModifyWithPasswordMethodWithNull | 0 | |
| testModifyWithPasswordMethodWithChar | 0 | |
| testModifyWithPasswordMethodWithCharAndNull | 0 |