Skip to content

Test Result : jasmine

0 failures (±0)
1,027 tests (±0)
Took 0 ms.

All Tests

Test nameDurationStatus
Action defaults should be as expected0 msPassed
Action setTabbable should modify $container tabindex0 msPassed
AggregateTableControl aggregate creates an aggregate row0 msPassed
AggregateTableControl aggregate sums up numbers in a number column0 msPassed
AggregateTableControl aggregate sums up numbers in a number column and considers format pattern0 msPassed
AggregateTableControl aggregate sums up numbers in a number column and considers rounded values fo aggregation0 msPassed
AggregateTableControl aggregate sums up numbers in a number column but only on filtered rows0 msPassed
AggregateTableControl eanbled state is false if there are no number columns0 msPassed
AggregateTableControl eanbled state is true if there is at least one number column0 msPassed
BasicField displayTextChanged must always be sent to server at the end of input, if at least one change has been was made does not fail if field is removed while acceptInput is still pending0 msPassed
BasicField displayTextChanged must always be sent to server at the end of input, if at least one change has been was made updateDisplayTextOnModify = false, w/o changed text0 msPassed
BasicField displayTextChanged must always be sent to server at the end of input, if at least one change has been was made updateDisplayTextOnModify = false, with changed text0 msPassed
BasicField displayTextChanged must always be sent to server at the end of input, if at least one change has been was made updateDisplayTextOnModify = true, then acceptInput(false) is fired. -> send should be done immediately0 msPassed
BasicField displayTextChanged must always be sent to server at the end of input, if at least one change has been was made updateDisplayTextOnModify = true, then property change to updateDisplayTextOnModify = false, with *pending* changed text0 msPassed
BasicField displayTextChanged must always be sent to server at the end of input, if at least one change has been was made updateDisplayTextOnModify = true, then property change to updateDisplayTextOnModify = false, with changed text0 msPassed
BasicField displayTextChanged must always be sent to server at the end of input, if at least one change has been was made updateDisplayTextOnModify = true, w/o changed text0 msPassed
BasicField displayTextChanged must always be sent to server at the end of input, if at least one change has been was made updateDisplayTextOnModify = true, with changed text0 msPassed
BooleanColumn boolean column displays the cell value as checkbox0 msPassed
BooleanColumn table checkable column a checkbox column gets inserted if table.checkable=true0 msPassed
BooleanColumn table checkable column displays the row.checked state as checkbox0 msPassed
BooleanColumn table checkable column no checkbox column gets inserted if table.checkable=false0 msPassed
BooleanColumn table checkable column this.checkableColumn is set to the new column0 msPassed
BrowserField postMessage0 msPassed
ButtonAdapterMenu focusable element button should delegate to adapter menu0 msPassed
ButtonAdapterMenu initialization / destroy should set/delete adaptedBy property on original button instance0 msPassed
Calendar component arrangeComponents arranges a single component0 msPassed
Calendar component arrangeComponents arranges equal components0 msPassed
Calendar component arrangeComponents arranges intersecting and non-intersecting components0 msPassed
Calendar component arrangeComponents arranges intersecting components0 msPassed
Calendar component arrangeComponents arranges intersecting components spanning more than one day0 msPassed
Calendar component arrangeComponents arranges non intersecting components0 msPassed
Calendar component arrangeComponents does nothing for no components0 msPassed
Calendar component arrangeComponents reduces rows when arranging components0 msPassed
Calendar component part day position calculates the part day position0 msPassed
Calendar component part day position calculates the part day position for a range smaller than the minimum0 msPassed
Calendar component part day position calculates the part day position for components larger than a day0 msPassed
Calendar component sort sorts first from then to0 msPassed
Calendar dayPosition calculates the day position0 msPassed
Calendar init creates an empty calendar0 msPassed
Calendar navigation navigate forward and back (with first day of month selected)0 msPassed
Calendar navigation navigate forward and back (with last day of month selected)0 msPassed
CellEditor cancelEdit removes the popup and its field0 msPassed
CellEditor cancelEdit sends cancelCellEdit0 msPassed
CellEditor completeEdit does not remove the popup and its field (will be done by endCellEdit)0 msPassed
CellEditor completeEdit sends completeCellEdit0 msPassed
CellEditor completeEdit sends completeCellEdit only once0 msPassed
CellEditor endCellEdit event destroys the field0 msPassed
CellEditor endCellEdit event removes the cell editor popup0 msPassed
CellEditor mouse click does not open cell editor if a ctrl or shift is pressed, because the user probably wants to do row selection rather than cell editing0 msPassed
CellEditor mouse click does not start cell edit if cell is not editable0 msPassed
CellEditor mouse click does not start cell edit if middle mouse button was pressed0 msPassed
CellEditor mouse click does not start cell edit if mouse down and up happened on different cells0 msPassed
CellEditor mouse click does not start cell edit if right mouse button was pressed0 msPassed
CellEditor mouse click does not start cell edit if row is disabled0 msPassed
CellEditor mouse click does not start cell edit if table is disabled0 msPassed
CellEditor mouse click starts cell edit if cell is editable0 msPassed
CellEditor popup recovery closes popup if all rows get deleted0 msPassed
CellEditor popup recovery closes popup if row gets deleted0 msPassed
CellEditor popup recovery reopens popup if row gets updated0 msPassed
CellEditor startCellEdit event opens popup with field0 msPassed
CellEditor tooltip recovery removes tooltip if row gets deleted0 msPassed
CellEditor validation does not sho a tooltip if field has no error0 msPassed
CellEditor validation shows a tooltip if field has an error0 msPassed
CheckBoxField inheritance _renderValue sets checked property0 msPassed
CheckBoxField inheritance _renderValue sets enabled property0 msPassed
CheckBoxField inheritance inherits from ValueField0 msPassed
ClipboardField Rendered container has the right class0 msPassed
ClipboardField Rendered field DIV has _not_ an unselectable attribute in IE90 msPassed
Column background effect barChart does not overwrite existing background color0 msPassed
Column background effect colorGradient1 colors cells according to rounded values0 msPassed
Column background effect colorGradient1 colors cells from red to green0 msPassed
Column background effect colors cells if table gets rendered0 msPassed
Column background effect considers view range -> only colors rendered cells0 msPassed
Column background effect restores existing background color if background effect gets removed0 msPassed
Column background effect setBackgroundEffect changes the background effect0 msPassed
Column background effect setBackgroundEffect sends columnBackgroundEffectChanged event0 msPassed
Column background effect updates colors if row gets deleted0 msPassed
Column background effect updates colors if row gets inserted0 msPassed
Column background effect updates colors if row gets updated0 msPassed
Column caches encoded text of a cell to improve performance0 msPassed
Column calculateMinMaxValues calculates the min/max values based on rounded values0 msPassed
Column considers custom css class of a cell, if both are set only the cell class is used0 msPassed
Column considers custom css class of a column0 msPassed
Column considers custom css class of a column, as well for checkbox columns0 msPassed
Column considers horizontal alignment0 msPassed
Column considers htmlEnabled of a cell0 msPassed
Column converts linebreak into <br> in header cells0 msPassed
Column multilineText replaces with br, but only if htmlEnabled is false0 msPassed
Column textWrap does not wrap text if column.textWrap is false and table.multilineText is true0 msPassed
Column textWrap does not wrap text if column.textWrap is true and table.multilineText is false0 msPassed
Column textWrap wraps text if column.textWrap and table.multilineText are true0 msPassed
Compacttree creation adds a node with child node0 msPassed
Compacttree creation adds a node with child nodes in correct order0 msPassed
Compacttree creation adds no empty section node0 msPassed
Compacttree creation deletes a node0 msPassed
Compacttree creation inserts a child node0 msPassed
Compacttree node click calls selectNodes0 msPassed
ContextMenuSpec renderMenuItems adds last and first classes0 msPassed
ContextMenuSpec renderMenuItems considers visibility when adding last and first classes0 msPassed
ContextMenuSpec renderMenuItems renders invisible menus0 msPassed
DateColumnUserFilter acceptByFields works0 msPassed
DateColumnUserFilter acceptByFields works with time0 msPassed
DateColumnUserFilter addFilterFields must not create date fields with time0 msPassed
DateField Allowed dates _referenceDate returns only allowed date - choose nearest date in the future0 msPassed
DateField Allowed dates _referenceDate returns only allowed date - only one date0 msPassed
DateField Allowed dates _referenceDate returns only allowed date - when no date in future is available, choose nearest date in past0 msPassed
DateField Allowed dates _syncAllowedDates must convert date strings into Dates0 msPassed
DateField Clicking the field opens the datepicker0 msPassed
DateField Date validation and prediction can predict dates0 msPassed
DateField Date validation and prediction can predict yyyy.MM0 msPassed
DateField Date validation and prediction can validate inputs0 msPassed
DateField Key handling DOWN increases day by one0 msPassed
DateField Key handling DOWN increases month by one if shift is used as modifier0 msPassed
DateField Key handling DOWN increases year by one if ctrl is used as modifier0 msPassed
DateField Key handling ENTER updates the model with the selected value and closes picker0 msPassed
DateField Key handling ESC closes the datepicker0 msPassed
DateField Key handling UP decreases day by one0 msPassed
DateField Key handling UP decreases month by one if shift is used as modifier0 msPassed
DateField Key handling UP decreases year by one if ctrl is used as modifier0 msPassed
DateField Leaving the field accepts the prediction0 msPassed
DateField Leaving the field accepts the prediction with autoTimestamp0 msPassed
DateField Leaving the field closes the datepicker0 msPassed
DateField Leaving the field does not send timestamp and displayText again if not changed0 msPassed
DateField Leaving the field does not send timestamp and displayText if no date was entered0 msPassed
DateField Leaving the field sends timestamp and displayText0 msPassed
DateField Leaving the field updates the model with the selected value0 msPassed
DateField Picker sends displayText and timestamp if date was selected0 msPassed
DateField Touch = true touch popup clears displayText and timestamp of datefield if date in picker was removed0 msPassed
DateField Touch = true touch popup is closed when date in picker is selected0 msPassed
DateField Touch = true touch popup is not opened if timefield is touched0 msPassed
DateField Touch = true touch popup is opened if datefield is touched0 msPassed
DateField Touch = true touch popup shows datefield with same date as clicked datefield0 msPassed
DateField Touch = true touch popup shows datefield with same date as clicked datefield, even if value was deleted before0 msPassed
DateField Touch = true touch popup shows datefield with same date as clicked datefield, if field empty initially0 msPassed
DateField Touch = true touch popup unregisters clone after close0 msPassed
DateField Touch = true touch popup updates display text and is not used for time fields0 msPassed
DateField Touch = true touch popup updates displayText and timestamp of datefield if date and time in picker are entered0 msPassed
DateField Touch = true touch popup updates displayText and timestamp of datefield if date in picker is entered0 msPassed
DateField Touch = true touch popup updates displayText and timestamp of datefield if date in picker is selected0 msPassed
DateField Validation invalidates field if value is invalid (not a date)0 msPassed
DateField Validation prevents model update if value is invalid0 msPassed
DateField can predict partial years0 msPassed
DateField displayText is removed properly when setting to ''0 msPassed
DateField displayText is shown correctly after rendering0 msPassed
DateFormat analyze analyzes the text and returns an object with months, years and days checks correct handling of am/pm0 msPassed
DateFormat analyze analyzes the text and returns an object with months, years and days considers pattern MM/dd/yyy0 msPassed
DateFormat analyze analyzes the text and returns an object with months, years and days considers pattern dd.MM.yyyy0 msPassed
DateFormat analyze analyzes the text and returns an object with months, years and days considers pattern yyyy-MM-dd0 msPassed
DateFormat analyze analyzes the text and returns an object with months, years and days proposes valid dates for pattern MM.yyyy0 msPassed
DateFormat analyze analyzes the text and returns an object with months, years and days proposes valid dates for pattern dd.MM.yyyy0 msPassed
DateFormat analyze analyzes the text and returns an object with months, years and days proposes valid dates for pattern yyyy0 msPassed
DateFormat analyze analyzes the text and returns an object with months, years and days proposes valid times0 msPassed
DateFormat format considers E0 msPassed
DateFormat format considers d M y0 msPassed
DateFormat format considers h H m a0 msPassed
DateFormat parse considers d M y0 msPassed
DateFormat parse considers h H m a0 msPassed
DateRange dateEquals0 msPassed
DateRange equals0 msPassed
DecimalFormat format can handle exotic symbols0 msPassed
DecimalFormat format can handle invalid patterns0 msPassed
DecimalFormat format can handle multiplier0 msPassed
DecimalFormat format can handle percentages, format taken from application0 msPassed
DecimalFormat format can handle positive and negative subpattern0 msPassed
DecimalFormat format can handle rounding mode0 msPassed
DecimalFormat format can swap the position of the minus sign0 msPassed
DecimalFormat format considers decimal separators0 msPassed
DecimalFormat format considers grouping separators0 msPassed
DecimalFormat format distinguishes digits and zero digits0 msPassed
DecimalFormat round can handle rounding modes0 msPassed
Desktop _showForm adds a view to the bench if displayHint is View0 msPassed
Desktop benchVisible controls visibility of the bench0 msPassed
Desktop benchVisible removes the content after the animation0 msPassed
Desktop displayStyle COMPACT hides bench and shows navigation if the last view gets closed0 msPassed
Desktop displayStyle COMPACT shows bench and hides navigation if a view is open0 msPassed
Desktop headerVisible controls visibility of the header0 msPassed
Desktop navigationVisible controls visibility of the navigation0 msPassed
Desktop navigationVisible only affects content in navigation, not in bench or header0 msPassed
Desktop notification _onNotificationRemoved - last notifications removes $notifications DIV0 msPassed
Desktop notification addNotification0 msPassed
Desktop notification removeNotification with (string) ID0 msPassed
Desktop notification removeNotification with object0 msPassed
Desktop notification schedules addNotification when desktop is not rendered0 msPassed
Desktop outline gets displayed in desktop navigation 0 msPassed
DesktopBench updateOutlineContent called when an outline page gets selected0 msPassed
DesktopBench updateOutlineContent doesn't get called if page already is selected0 msPassed
DesktopBench updateOutlineContent preserves desktop.inBackground when switching nodes0 msPassed
DesktopBench updateOutlineContent preserves desktop.inBackground when updating outline content0 msPassed
DesktopBench updateOutlineContent sets detailForm as outlineContent if node gets selected0 msPassed
DesktopFormController Listens to popupWindowReady event and calls _onReady - having a popupWindow instance0 msPassed
DesktopFormController Listens to popupWindowReady event and calls _onReady - having only a form ID (reload case)0 msPassed
DesktopFormController _addPopupWindow registers listeners and adds to array with popup-windows0 msPassed
DesktopFormController _removePopupWindow cleans up and removes from array with popup-windows0 msPassed
DesktopHeader onBenchOutlineContentChange attaches listener to new outline content0 msPassed
DesktopHeader onBenchOutlineContentChange removes listener from old outline content0 msPassed
DesktopHeader onBenchOutlineContentChange removes listener when getting removed0 msPassed
DesktopNavigation viewButtonBox is not rendered if there are no view buttons0 msPassed
DesktopNavigation viewButtonBox is rendered if there are view buttons0 msPassed
DesktopNotification _init copies properties from event (model)0 msPassed
DesktopNotification has close-icon when notification is closable0 msPassed
DetachHelper considers the context of $anchor -> only removes tooltips in that context0 msPassed
DetachHelper restores sticky tooltips0 msPassed
Device isWindowsTablet returns true when browser is Edge and scrollbarWidth is 00 msPassed
Device scout.device is initialized automatically0 msPassed
Device user agent parsing recognizes Android devices0 msPassed
Device user agent parsing recognizes iOS devices0 msPassed
Device user agent parsing recognizes normal Windows PCs0 msPassed
Device user agent parsing recognizes supported browsers0 msPassed
EventSupport off remove all with same type0 msPassed
EventSupport off remove specific listener0 msPassed
EventSupport on / trigger / off multiple events0 msPassed
EventSupport on / trigger / off single event func only triggered until off() is called0 msPassed
EventSupport one de-register function registered with one()0 msPassed
EventSupport one event parameter passed to registered func0 msPassed
EventSupport one single event func only triggered once when registered with one()0 msPassed
Form destroy destroys the adapter and its children0 msPassed
Form onModelAction formClose destroys the form0 msPassed
Form onModelPropertyChange considers custom css class0 msPassed
FormField inheritance inherits from ModelAdapter0 msPassed
FormField onModelPropertyChange considers custom css class0 msPassed
FormField onModelPropertyChange event should update model0 msPassed
FormField property label position does not display a status if status visible = false0 msPassed
FormField property label position position on_field does not call field._renderLabelPosition initially0 msPassed
FormField property label position position on_field sets the label as placeholder0 msPassed
FormField property label position position top guarantees a minimum height if label is empty0 msPassed
FormField property status visible does not show a status if status visible = false0 msPassed
FormField property status visible shows a status even though status visible is false but errorStatus is set0 msPassed
FormField property status visible shows a status even though status visible is false but tooltipText is set0 msPassed
FormField property status visible shows a status if status visible = true0 msPassed
FormMenu onModelPropertyChange selected calls setSelected0 msPassed
FormMenu setSelected opens and closes the form popup0 msPassed
FormMenu setSelected opens the popup and the ellipsis if the menu is overflown0 msPassed
FormMenu setSelected opens the popup but not the ellipsis if the menu is overflown and mobile popup style is used0 msPassed
GroupBox _render adds group-box div when label is set0 msPassed
GroupBox focus focus first focusable field in groupBox0 msPassed
GroupBox test predefined height and width in pixel adds group-box div when label is set0 msPassed
HtmlComponent Ctor sets data 'htmlComponent' when Ctor is called0 msPassed
HtmlComponent getBounds returns bounds without 'px'0 msPassed
HtmlComponent getInsets reads padding, margin and border correctly0 msPassed
HtmlComponent getSize returns outerWidth() and outerHeight() of JQuery comp0 msPassed
HtmlComponent setSize accepts scout.Dimension as single argument0 msPassed
HtmlComponent setSize calls invalidate on layout when size has changed0 msPassed
JasmineScout toContainEventTypesExactly checks whether event types are complete0 msPassed
JasmineScout toContainEventTypesExactly checks whether event types in correct order0 msPassed
JasmineScout toContainEventTypesExactly considers empty values0 msPassed
KeyStroke unrepeatability means that an unrepeatable KeyStroke is triggered exactly once given the sequence (keydown, keyup)0 msPassed
KeyStroke unrepeatability means that an unrepeatable KeyStroke is triggered exactly once per keyup event, even given three keydown events0 msPassed
LabelField HtmlEnabled if false, encodes html in display text0 msPassed
LabelField HtmlEnabled if false, replaces with br tag and encodes other text0 msPassed
LabelField HtmlEnabled if true, does not encode html in display text0 msPassed
LabelField HtmlEnabled if true, does not replace with br tag and does not encode other text0 msPassed
LayoutValidator cleanupInvalidObjects removes the widget from invalid components when a widget gets removed0 msPassed
LayoutValidator invalidateTree and validate roots0 msPassed
LayoutValidator invalidateTree considers only the topmost component0 msPassed
LayoutValidator invalidateTree keeps track of invalid html components0 msPassed
LayoutValidator invalidateTree makes sure parent components are put in front of child components0 msPassed
LayoutValidator validate calls validateLayout for each invalid html component0 msPassed
LayoutValidator validate does not call validateLayout if component has been detached, but does not remove from invalid components either0 msPassed
LayoutValidator validate does not call validateLayout if component has been removed0 msPassed
LayoutValidator validate removes the component from the list of invalidate components after validation0 msPassed
LogicalGridLayoutInfo Rectangle.union produces same results as java.awt.Rectangle0 msPassed
LogicalGridLayoutInfo layoutCellBounds calculates bounds0 msPassed
Menu defaults should have expected defaults0 msPassed
Menu isTabTarget should return true when menu can be a target of TAB action0 msPassed
Menu render childActions must not be rendered when popup is not opened. See ticket #1737340 msPassed
Menu render render as separator0 msPassed
Menu render render depending on the actionStyle0 msPassed
MenuBar layout gets invalidated if a menu changes its visibility0 msPassed
MenuBar setMenuItems must add/destroy dynamically created separators0 msPassed
MenuBar setMenuItems prefers EmptySpace for the left position if menu has multiple menuTypes0 msPassed
MenuBar setMenuItems renders menu bar invisible if no visible menu items are available0 msPassed
MenuBar setMenuItems renders menu bar visible if at least one visible menu item is available0 msPassed
MenuBar updateDefaultMenu considers rendered state of default menu0 msPassed
MenuBar updateDefaultMenu marks first visible and enabled menu that reacts to ENTER keystroke as default menu0 msPassed
MenuBar updateDefaultMenu updates state if menu gets enabled or disabled0 msPassed
MenuItemsOrder _createSeparator0 msPassed
MenuItemsOrder _menuTypes0 msPassed
ModelAdapter _firePropertyChange changedProperties is only set when new and old value are not equals0 msPassed
ModelAdapter _firePropertyChange fires the expected event object0 msPassed
ModelAdapter _renderPropertiesOnPropertyChange for non-adapter property -> expects a _render* method0 msPassed
ModelAdapter _renderPropertiesOnPropertyChange for non-adapter property -> throw when _render* method does not exist0 msPassed
ModelAdapter _syncPropertiesOnPropertyChange calls _sync* method or sets property0 msPassed
ModelAdapter can handle properties in any order0 msPassed
ModelAdapter cloneAdapter 'label' must be recognized as model property, but not '$container'0 msPassed
ModelAdapter cloneAdapter also considers default properties0 msPassed
ModelAdapter cloneAdapter clones only model properties0 msPassed
ModelAdapter cloneAdapter must not register clone in adapter registry0 msPassed
ModelAdapter cloneAdapter must register clone in clone adapter registry0 msPassed
ModelAdapter cloneAdapter prefers properties passed as modelOverride0 msPassed
ModelAdapter destroy destroys the adapter and its children0 msPassed
ModelAdapter destroy does not destroy children, which are globally used0 msPassed
ModelAdapter init copies properties to adapter0 msPassed
ModelAdapter init sets default values0 msPassed
ModelAdapter onModelPropertyChange adapter creates and registers the new adapter0 msPassed
ModelAdapter onModelPropertyChange adapter destroys the old adapter0 msPassed
ModelAdapter onModelPropertyChange adapters creates and registers adapters0 msPassed
ModelAdapter onModelPropertyChange adapters destroys the old adapters0 msPassed
ModelAdapter onModelPropertyChange adapters destroys the old and creates the new adapters if the array contains both0 msPassed
NavigateDownButton _buttonEnabled is disabled when node is a leaf0 msPassed
NavigateDownButton _buttonEnabled is enabled when node is not a leaf and we're currently displaying the detail0 msPassed
NavigateDownButton _buttonEnabled is only enabled when detail-table has exactly one selected row0 msPassed
NavigateDownButton _drill drills down to first selected row in the detail table0 msPassed
NavigateDownButton _isDetail returns true or false depending on the state of the detail-form and detail-table0 msPassed
NavigateDownButton _toggleDetail is always false0 msPassed
NavigateUpButton _buttonEnabled is false otherwise0 msPassed
NavigateUpButton _buttonEnabled is true when current node has a parent or...0 msPassed
NavigateUpButton _buttonEnabled is true when current node is a top-level node and outline a default detail-form or...0 msPassed
NavigateUpButton _drill drills up to parent node, sets the selection on the tree0 msPassed
NavigateUpButton _drill shows default detail-form or outline overview0 msPassed
NavigateUpButton _isDetail returns true or false depending on the state of the detail-form and detail-table0 msPassed
NavigateUpButton _toggleDetail is always true0 msPassed
NumberField parse input (calculate value) with , as separator and . as grouping char0 msPassed
NumberField parse input (calculate value) with . as separator and ' as grouping char0 msPassed
ObjectFactory creates objects which are registered in scout.objectFactories0 msPassed
Outline click on a node inside the detail content does not modify the outline0 msPassed
Outline collapsing still allows a messagebox to be shown0 msPassed
Outline dispose calls onNodeDeleted for every node (which was not already deleted before) to be able to cleanup0 msPassed
Outline dispose calls onNodeDeleted for every node to be able to cleanup0 msPassed
Outline navigateToTop collapses all nodes in bread crumb mode0 msPassed
Outline onModelAction allChildNodesDeleted event calls onNodeDeleted for every node to be able to cleanup0 msPassed
Outline onModelAction nodesDeleted event calls onNodeDeleted for every node to be able to cleanup0 msPassed
Outline selectNodes handle navigateUp only once0 msPassed
Outline selectNodes otherwise handle single selection (or do nothing when selection is != 1 node)0 msPassed
Outline updateDetailMenus adds the empty space menus of the detail table to the detail menu bar0 msPassed
Outline updateDetailMenus adds the single selection menus of the parent detail table to the detail menu bar0 msPassed
Outline updateDetailMenus attaches a listener to the detail table to get dynamic menu changes0 msPassed
Outline updateDetailMenus removes the listener from the detail tables on selection changes and destroy0 msPassed
Planner deleteResources also adjusts selectedResources and selectionRange if deleted resource was selected0 msPassed
Planner deleteResources deletes resources from html document0 msPassed
Planner deleteResources deletes resources from model0 msPassed
Planner renderScale displayMode: CALENDAR_WEEK draws scale for CALENDAR_WEEK displayMode0 msPassed
Planner renderScale displayMode: CALENDAR_WEEK draws scale with only showing every second label0 msPassed
Planner renderScale displayMode: CALENDAR_WEEK draws scale with only showing every third label0 msPassed
Planner renderScale displayMode: DAY draws scale for one hour0 msPassed
Planner renderScale displayMode: DAY draws scale for two hour interval0 msPassed
Planner renderScale displayMode: DAY draws scale for whole day0 msPassed
Planner renderScale displayMode: DAY draws scale with only showing every second label0 msPassed
Planner renderScale displayMode: MONTH draws scale0 msPassed
Planner renderScale displayMode: MONTH draws scale with only showing every second label0 msPassed
Planner renderScale displayMode: WEEK / WORK_WEEK draws scale for WEEK for whole day with 6h interval0 msPassed
Planner renderScale displayMode: WEEK / WORK_WEEK draws scale for WEEK with changing month0 msPassed
Planner renderScale displayMode: WEEK / WORK_WEEK draws scale for WEEK with only showing every second label0 msPassed
Planner renderScale displayMode: WEEK / WORK_WEEK draws scale for WORK_WEEK for whole day with 6h interval0 msPassed
Planner renderScale displayMode: WEEK / WORK_WEEK draws scale for WORK_WEEK with only showing every second label0 msPassed
Planner renderScale displayMode: YEAR draws scale for YEAR displayMode0 msPassed
Planner renderScale displayMode: YEAR draws scale with only showing every second label0 msPassed
Planner renderScale displayMode: YEAR draws scale with only showing every third label0 msPassed
Planner transformLeft/transformWidth calculates left and width in WEEK mode for limitted day range0 msPassed
Planner transformLeft/transformWidth calculates left and width in WEEK mode for whole days0 msPassed
Planner updateResources updates resources in html document0 msPassed
Planner updateResources updates resources in model0 msPassed
PopupWindow Constructor sets cross references and window-name0 msPassed
PopupWindow Initialization in _onReady0 msPassed
Range equals0 msPassed
Range intersect returns a new range with the part where both ranges overlap0 msPassed
Range intersect returns an empty range if one range is empty0 msPassed
Range intersect returns an empty range if the ranges don't overlap0 msPassed
Range subtract returns a copy of the first range if the second does not overlap the first0 msPassed
Range subtract returns a copy of the first range if the second range is empty0 msPassed
Range subtract returns a new range if second range is inside the first and touches a border0 msPassed
Range subtract returns a new range where the second range is removed from the first0 msPassed
Range subtract returns an array of two ranges if second range is inside the first but does not touch a border0 msPassed
Range subtract returns an empty range if second range completely covers the first0 msPassed
Range subtract returns an empty range if the first range is empty0 msPassed
Range union returns a copy of both ranges if the ranges don't overlap0 msPassed
Range union returns a copy of the non empty range if one range is empty0 msPassed
Range union returns a new range with the sum of both ranges0 msPassed
ResponseQueue add adds elements to the queue in the correct order0 msPassed
ResponseQueue process does not process elements in the wrong order0 msPassed
ResponseQueue process does not process same response twice0 msPassed
ResponseQueue process processes elements in the correct order0 msPassed
SequenceBox label width is 0 if it is empty0 msPassed
SequenceBox mandatory indicator does not exist0 msPassed
SequenceBox status handling does not display the error message of the last field, only the one of the seq box0 msPassed
SequenceBox status handling makes sure the status may be displayed on the field again if the field was the last visible field once0 msPassed
SequenceBox status handling moves the error from the first field to the seq box if it gets the last field after a visibility change0 msPassed
SequenceBox status handling moves the error status of the last field to the seq box0 msPassed
SequenceBox status handling moves the menus of the last field to the seq box0 msPassed
SequenceBox status handling moves the tooltip from the first field to the seq box if it gets the last field after a visibility change0 msPassed
SequenceBox status handling moves the tooltip of the last field to the seq box0 msPassed
SequenceBox status handling removes the tooltip from the seq box if last field gets invisible0 msPassed
Session init sends startup parameter0 msPassed
Session init sends user agent on startup0 msPassed
Session send coalesces events if event provides a coalesce function0 msPassed
Session send does not await the full delay if a previous send call has a smaller delay0 msPassed
Session send does not await the full delay if a susequent send call has a smaller delay0 msPassed
Session send does not resume polling after HTTP errors0 msPassed
Session send does not resume polling after JS errors0 msPassed
Session send does not resume polling after UI server errors0 msPassed
Session send does not resume polling after session terminated0 msPassed
Session send queues ?poll results when user requests are pending0 msPassed
Session send resumes polling after successful responses0 msPassed
Session send sends multiple async events in one call0 msPassed
Session send sends multiple async events in one call over multiple user interactions if sending was delayed0 msPassed
Session send sends requests consecutively0 msPassed
Session send sends requests consecutively and respects delay0 msPassed
Session texts check if arguments are replaced in text0 msPassed
Session texts check if correct text is returned0 msPassed
Session texts check if empty text is returned0 msPassed
Session texts check if multiple arguments are replaced in text0 msPassed
Session texts check if null text is returned0 msPassed
Session texts check if undefined texts return an error message0 msPassed
Session texts optText returns default value if key is not found0 msPassed
Session texts optText returns text if key found0 msPassed
Session texts optText returns text if key found, with arguments0 msPassed
Session texts optText returns undefined if key is not found0 msPassed
SimpleTabArea renders the tabs in the correct order0 msPassed
SliderField slider accepts the value0 msPassed
SmartField _acceptProposal dont send _acceptProposal when displayText has not changed0 msPassed
SmartField _acceptProposal must call clearTimeout() for pending typedProposal events0 msPassed
SmartField _acceptProposal must set displayText0 msPassed
SmartField _acceptProposal send _acceptProposal when displayText has changed0 msPassed
SmartField _acceptProposal send deleteProposal when displayText has been deleted quickly0 msPassed
SmartField _onKeyUp calls _openProposal() when a character key has been pressed0 msPassed
SmartField _onKeyUp doesn not call _openProposal() when TAB has been pressed0 msPassed
SmartField _openProposal must "browse all" when field is valid and browseAll parameter is true0 msPassed
SmartField _openProposal must "browseAll" when field is invalid0 msPassed
SmartField _openProposal must search by display-text when field is valid and browseAll parameter is false0 msPassed
SmartField _syncProposalChooser must reset _requestProposal property0 msPassed
SmartField touch = true opens a touch popup if there already is a proposal chooser while rendering0 msPassed
SmartField touch = true opens a touch popup when smart field gets touched0 msPassed
SmartField touch = true properly unregisters the field when the popup gets closed0 msPassed
SmartField touch = true shows smartfield with same text as clicked smartfield0 msPassed
StringField Check if field is switched to password field if inputMasked is true set input masked0 msPassed
StringField Check if field is switched to password field if inputMasked is true set input not masked0 msPassed
StringField insertText appends text to the previous value (if no text is selected)0 msPassed
StringField insertText expects empty field at the beginning0 msPassed
StringField insertText inserts text into an empty field0 msPassed
StringField insertText replaces selection #1 (if part of the text is selected, selection does not start at the beginning)0 msPassed
StringField insertText replaces selection #2 (if part of the text is selected, start at the beginning)0 msPassed
StringField insertText replaces selection #3 (if whole content is selected)0 msPassed
StringField insertText sends display text changed to server using accept text0 msPassed
StringField insertText sends display text changed to server using accept text, twice, if updateDisplayTextOnModify=true0 msPassed
StringField trim should not break when displayText is very long (regex is too big)0 msPassed
StringField trim should restore selection0 msPassed
TabBox render does NOT call layout for the selected tab on initialization0 msPassed
TabBox render must not create LogicalGridData for tab items0 msPassed
TabItem _renderCssClass adds CSS class to both, TabItem and GroupBox0 msPassed
TabItem _renderStatusVisible invalidates tabarea if status visibility changes0 msPassed
Table Filter events rowsFiltered does not get fired if rows are updated but row filter state has not changed0 msPassed
Table Filter events rowsFiltered does not get fired when table with no filters is initializing0 msPassed
Table Filter events rowsFiltered gets fired if filter() is called0 msPassed
Table Filter events rowsFiltered gets fired if filter() is called, even if table is not rendered0 msPassed
Table Filter events rowsFiltered gets fired if rows are filtered during deleteAllRows0 msPassed
Table Filter events rowsFiltered gets fired if rows are filtered during deleteRows0 msPassed
Table Filter events rowsFiltered gets fired if rows are filtered during insertRows0 msPassed
Table Filter events rowsFiltered gets fired if rows are filtered during updateRows0 msPassed
Table Filter events rowsFiltered gets fired when table with a filter is initializing0 msPassed
Table Filter events rowsFiltered gets not fired if rows are filtered again but the filtered rows have not changed0 msPassed
Table Filter events rowsFiltered gets sent to server containing rowIds when rows are filtered0 msPassed
Table Filter row filtering applies row filter if a new row gets inserted0 msPassed
Table Filter row filtering applies row filter if a new row gets inserted, even if table is not rendered0 msPassed
Table Filter row filtering applies row filter if a row gets updated0 msPassed
Table Filter row filtering applies row filter if a row gets updated, even if table is not rendered0 msPassed
Table Filter row filtering applies row filter when table gets initialized0 msPassed
Table Filter row filtering considers view range0 msPassed
Table Filter row filtering doesn't filter anymore if filter gets removed0 msPassed
Table Filter row filtering properly handles reset table case0 msPassed
Table Filter row filtering properly handles successive row insertion and updates0 msPassed
Table Filter row filtering renders empty data if all rows are removed due to filtering0 msPassed
Table Filter selection gets removed for non visible rows after filtering0 msPassed
Table Filter selection gets removed for non visible rows after filtering if a row has been updated0 msPassed
Table Filter selection gets restored for visible rows after filtering0 msPassed
Table Filter selection stays removed even if filtered row is selected explicitly0 msPassed
Table _calculateViewRangeForRowIndex returns a range based on viewRangeSize0 msPassed
Table _filterMenus returns empty space and multi selection menus if multiple rows are selected0 msPassed
Table _filterMenus returns empty space and single selection menus if one row is selected0 msPassed
Table _filterMenus returns menus with empty space, single- and multi selection set if one or more rows are selected0 msPassed
Table _filterMenus returns menus with single- and multi selection set for contextMenu if one or more rows are selected0 msPassed
Table _filterMenus returns no menus for contextMenu if no row is selected0 msPassed
Table _filterMenus returns only empty space menus if no row is selected0 msPassed
Table _filterMenus returns only multi selection menus for contextMenu if multiple rows are selected0 msPassed
Table _filterMenus returns only single selection menus for contextMenu if one row is selected0 msPassed
Table _sendRowsFiltered should not coalesce remove and 'add' events0 msPassed
Table autoResizeColumns distributes the table columns using initialWidth as weight0 msPassed
Table autoResizeColumns does not make the column smaller than a minimum size0 msPassed
Table autoResizeColumns does not make the column smaller than the initial size0 msPassed
Table autoResizeColumns excludes columns with fixed width0 msPassed
Table checkRow checks the row, does not uncheck others if multiCheck is set to true0 msPassed
Table checkRow considers view range0 msPassed
Table checkRow does not add an additional checkable column if one is already configured0 msPassed
Table checkRow does not check the row if checkable is set to false0 msPassed
Table checkRow does not check the row if the row is disabled0 msPassed
Table checkRow does not check the row if the table is disabled0 msPassed
Table checkRow keeps added checkable column visible even when reloading factory settings0 msPassed
Table checkRow unchecks other rows if multiCheck is set to false0 msPassed
Table column grouping considers view range -> doesn't render an aggregate row if the last row of the group is not rendered0 msPassed
Table column grouping considers view range -> only renders an aggregate row for rendered rows0 msPassed
Table column grouping does not regroup if rows get inserted, event is from server and table was not empty0 msPassed
Table column grouping may group column 0 only0 msPassed
Table column grouping may group column 1 and 2 after grouping column 0 first0 msPassed
Table column grouping may group column 1 only0 msPassed
Table column grouping may group column 1 only after grouping column 0 first0 msPassed
Table column grouping may group columns 0 (avg) and 1 (sum)0 msPassed
Table column grouping may group columns 0, 1 and 20 msPassed
Table column grouping may group columns 2 and 10 msPassed
Table column grouping regroups if rows get deleted0 msPassed
Table column grouping regroups if rows get inserted0 msPassed
Table column grouping regroups if rows get inserted, event is from server and table was empty0 msPassed
Table column grouping regroups if rows get updated0 msPassed
Table column grouping removes aggregate rows if all rows get deleted0 msPassed
Table column grouping renders an aggregate row for each group0 msPassed
Table deleteAllRows deletes all rows from html document0 msPassed
Table deleteAllRows deletes all rows from model0 msPassed
Table deleteAllRows silently removes not rendered rows0 msPassed
Table deleteRows considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered)0 msPassed
Table deleteRows deletes single rows from html document0 msPassed
Table deleteRows deletes single rows from model0 msPassed
Table doRowAction does not send rowAction event if it is not the only one selected row0 msPassed
Table doRowAction does not send rowAction event if the row is not selected0 msPassed
Table doRowAction sends rowAction event with row and column0 msPassed
Table insertRows inserts rows at the end of the table0 msPassed
Table insertRows renders rows only if view range is not full yet0 msPassed
Table moveColumn considers view range (does not fail if not all rows are rendered)0 msPassed
Table moveColumn moves column from oldPos to newPos0 msPassed
Table onModelAction allRowsDeleted event calls deleteAllRows0 msPassed
Table onModelAction columnHeadersUpdated event updates sort indices of the sort columns if a sort column got removed0 msPassed
Table onModelAction columnHeadersUpdated event updates the custom css class of table header nodes0 msPassed
Table onModelAction columnHeadersUpdated event updates the text and sorting state of html table header nodes0 msPassed
Table onModelAction columnHeadersUpdated event updates the text and sorting state of model columns0 msPassed
Table onModelAction columnOrderChanged event reorders the html nodes0 msPassed
Table onModelAction columnOrderChanged event reorders the model columns0 msPassed
Table onModelAction columnOrderChanged event silently moves cells which are not rendered in view range0 msPassed
Table onModelAction columnStructureChanged event redraws the header to reflect header cell changes (text)0 msPassed
Table onModelAction columnStructureChanged event resets the model columns0 msPassed
Table onModelAction rowOrderChanged event calls updateRowOrder0 msPassed
Table onModelAction rowOrderChanged event does not animate ordering for newly inserted rows0 msPassed
Table onModelAction rowsDeleted event calls deleteRows0 msPassed
Table onModelAction rowsInserted event calls insertRows0 msPassed
Table onModelAction rowsSelected event calls selectRows0 msPassed
Table onModelAction rowsUpdated event calls updateRows0 msPassed
Table onModelPropertyChange considers custom css class0 msPassed
Table onModelPropertyChange headerVisible hides the table header0 msPassed
Table onModelPropertyChange menus creates and registers menu adapters0 msPassed
Table onModelPropertyChange menus destroys the old and creates the new menus if the list contains both0 msPassed
Table onModelPropertyChange menus destroys the old menus0 msPassed
Table render renders CSS class0 msPassed
Table render renders a table header0 msPassed
Table render renders table rows accepts rows with cells0 msPassed
Table render renders table rows accepts rows with text only0 msPassed
Table resizeColumn does not send resize event when resizing is in progress0 msPassed
Table resizeColumn sends resize event when resizing is finished0 msPassed
Table resizeColumn updates column model and sends resize event 0 msPassed
Table right click on row context menu only shows items without header type also if there is a type singleSelection0 msPassed
Table right click on row context menu only shows visible menus0 msPassed
Table right click on row opens context menu0 msPassed
Table row click selects row and unselects others0 msPassed
Table row click sends only click if row already is selected0 msPassed
Table row click sends selection and click events0 msPassed
Table row click sends selection, checked and click events if table is checkable and checkbox has been clicked0 msPassed
Table row mouse down / move / up only selects first row if mouse move selection or multi selection is disabled0 msPassed
Table row mouse down / move / up only send one event for mousedown and immediate mouseup on the same row0 msPassed
Table row mouse down / move / up only sends selection event, no click0 msPassed
Table row mouse down / move / up selects multiple rows0 msPassed
Table selectAll considers view range -> renders selection only for rendered rows0 msPassed
Table selectAll selects all rows0 msPassed
Table selectRows considers view range0 msPassed
Table selectRows selects rendered rows and unselects others0 msPassed
Table selectRows sends selection event containing rowIds0 msPassed
Table selectRows updates model0 msPassed
Table sort model update does not remove sortIndex for columns always included at begin0 msPassed
Table sort model update does not remove sortIndex for columns always included at begin and end (combination)0 msPassed
Table sort model update does not remove sortIndex for columns always included at end0 msPassed
Table sort model update removes column from sort columns0 msPassed
Table sort model update resets properties on other columns0 msPassed
Table sort model update sets sortAscending according to direction param0 msPassed
Table sort model update sets sortIndex0 msPassed
Table sort regroups the data if group by column is active0 msPassed
Table sort restores selection after sorting0 msPassed
Table sort sends rowsSorted event when client side sorting is possible0 msPassed
Table sort sends sortRows event when client side sorting is not possible0 msPassed
Table sort sorting sorts date columns0 msPassed
Table sort sorting sorts number columns0 msPassed
Table sort sorting sorts text columns considering locale (if browser supports it)0 msPassed
Table sort sorting uses non sort columns as fallback0 msPassed
Table sort sorts the data0 msPassed
Table sort updates column model0 msPassed
Table toggle selection selects all if not all are selected0 msPassed
Table toggle selection selects none if all are selected0 msPassed
Table updateRowOrder considers view range0 msPassed
Table updateRowOrder reorders the html nodes0 msPassed
Table updateRowOrder reorders the model rows0 msPassed
Table updateRows does not destroy selection0 msPassed
Table updateRows silently updates rows which are not in view range0 msPassed
Table updateRows updates the html cell texts0 msPassed
Table updateRows updates the model cell texts0 msPassed
TableControl onModelPropertyChange selected opens and closes the control container0 msPassed
TableControl onModelPropertyChange selected removes the content of the previous selected control without closing the container0 msPassed
TableControl setSelected removes the content of the previous selected control without closing the container0 msPassed
TableControl setSelected sends selected events (for current and previous selection)0 msPassed
TableField property table destroys the table if value is changed to ''0 msPassed
TableField property table if table is global, only removes the table but does not destroy it if value is changed to ''0 msPassed
TableField property table shows (renders) the table if the value is set0 msPassed
TableField property table table gets class 'field' to make it work with the form field layout0 msPassed
TableField property table table gets class 'field' to make it work with the form field layout (also when loaded by property change event)0 msPassed
TableFooterSpec TableStatusTooltip does not hide ERROR tooltip when user clicks in table0 msPassed
TableFooterSpec TableStatusTooltip hides INFO tooltip when user clicks in table0 msPassed
TableFooterSpec TableStatusTooltip shows ERROR tooltip0 msPassed
TableFooterSpec TableStatusTooltip shows INFO tooltip when table is rendered0 msPassed
TableFooterSpec render attaches listener to the table but only once0 msPassed
TableHeaderMenu filter boolean column shows the unique string values0 msPassed
TableHeaderMenu filter sort enabled option disabled does not show sort options in table header menu0 msPassed
TableHeaderMenu filter sort enabled option enabled shows sort options in table header menu0 msPassed
TableHeaderMenu filter string column always displays the selected value, even if the table does not contain the value anymore0 msPassed
TableHeaderMenu filter string column converts multiline text to single line0 msPassed
TableHeaderMenu filter string column correctly updates the list after inserting a new row, if a filter is applied0 msPassed
TableHeaderMenu filter string column displays empty values as -empty-0 msPassed
TableHeaderMenu filter string column reflects the state of the filter0 msPassed
TableHeaderMenu filter string column shows the unique string values0 msPassed
TableHeaderMenu filter string column stores empty as null and not '-empty-'0 msPassed
TableHeaderMenu filter string column stores selected text in filter.selectedValues0 msPassed
TableHeaderMenu filter string column strips html tags if html is enabled0 msPassed
TableHeaderSpec render attaches listener to the table but only once0 msPassed
TableKeyStrokes end + shift considers last action row as start row for new selection0 msPassed
TableKeyStrokes end + shift does not add same rows to selectedRows twice0 msPassed
TableKeyStrokes end + shift does nothing if last row is already selected0 msPassed
TableKeyStrokes end + shift preserves existing selection0 msPassed
TableKeyStrokes end + shift selects all rows from currently selected row to last row0 msPassed
TableKeyStrokes end + shift uses last row of selection as last action row if last action row is not visible anymore0 msPassed
TableKeyStrokes end selects last row0 msPassed
TableKeyStrokes home + shift considers last action row as start row for new selection0 msPassed
TableKeyStrokes home + shift does not add same rows to selectedRows twice0 msPassed
TableKeyStrokes home + shift does nothing if first row is already selected0 msPassed
TableKeyStrokes home + shift preserves existing selection0 msPassed
TableKeyStrokes home + shift selects all rows from currently selected row to first row0 msPassed
TableKeyStrokes home + shift uses first row of selection as last action row if last action row is not visible anymore0 msPassed
TableKeyStrokes home selects first row0 msPassed
TableKeyStrokes key down + shift adds the row below to the selection0 msPassed
TableKeyStrokes key down + shift if the row below the last action row is not selected, adds the row below to the selection0 msPassed
TableKeyStrokes key down + shift removes the row below from the selection if the last action row is the first row of the selection0 msPassed
TableKeyStrokes key down does nothing if last row already is selected0 msPassed
TableKeyStrokes key down if there is a last action row, selects the row below the last action row0 msPassed
TableKeyStrokes key down selects the first row if no row is selected yet0 msPassed
TableKeyStrokes key down selects the only row if there is only one0 msPassed
TableKeyStrokes key down selects the row below0 msPassed
TableKeyStrokes key down selects the row below the last action row even if the row below already is selected0 msPassed
TableKeyStrokes key down selects the second row if all rows are selected0 msPassed
TableKeyStrokes key down uses last row of selection as last action row if last action row is not visible anymore0 msPassed
TableKeyStrokes key up + shift adds the row above to the selection0 msPassed
TableKeyStrokes key up + shift if the row above the last action row is not selected, adds the row above to the selection0 msPassed
TableKeyStrokes key up + shift removes the row above from the selection if the last action row is the last row of the selection0 msPassed
TableKeyStrokes key up does nothing if first row already is selected0 msPassed
TableKeyStrokes key up if first row already is selected but is not the last action row, the row above the last action row gets selected0 msPassed
TableKeyStrokes key up if there is a last action row, selects the row above last last action row0 msPassed
TableKeyStrokes key up selects the above row0 msPassed
TableKeyStrokes key up selects the last row if no row is selected yet0 msPassed
TableKeyStrokes key up selects the only row if there is only one0 msPassed
TableKeyStrokes key up selects the row above the last action row even if the row above already is selected0 msPassed
TableKeyStrokes key up selects the second last row if all rows are selected0 msPassed
TableKeyStrokes key up uses last row of selection as last action row if last action row is not visible anymore0 msPassed
TableKeyStrokes page down selects the only row if there is only one0 msPassed
TableKeyStrokes page up selects the only row if there is only one0 msPassed
TableKeyStrokes space checks the selected rows if first row is unchecked0 msPassed
TableKeyStrokes space does not modify already checked rows when checking0 msPassed
TableKeyStrokes space does not modify already unchecked rows when unchecking0 msPassed
TableKeyStrokes space does nothing if no rows are selected0 msPassed
TableKeyStrokes space unchecks the selected rows if first row is checked0 msPassed
TableTextUserFilter filter filters rows based on cell text0 msPassed
TableTextUserFilter filter separates cell values with whitepace0 msPassed
TableTextUserFilter filter works with bean columns0 msPassed
Tree check nodes check a parent in autoCheckChildren = false tree 0 msPassed
Tree check nodes check a parent in autoCheckChildren tree 0 msPassed
Tree check nodes checks a node -> mark upper nodes -> uncheck node and test if node keeps marked because children are checked0 msPassed
Tree check nodes checks a subnode -> mark upper nodes 0 msPassed
Tree check nodes checks a subnode and its sibling->mark upper nodes -> uncheck one of the siblings0 msPassed
Tree check nodes try to check a disabled node 0 msPassed
Tree check nodes try to check a node in disabled tree 0 msPassed
Tree check nodes try to check nodes in uncheckable tree 0 msPassed
Tree check nodes try to check two nodes in singlecheck tree 0 msPassed
Tree collapseAll collapses all nodes and updates model0 msPassed
Tree collapseNode prevents collapsing in bread crumb mode if node is selected0 msPassed
Tree creation adds nodes0 msPassed
Tree creation does not add notes if no nodes are provided0 msPassed
Tree deleteAllChildNodes deletes all nodes from html document0 msPassed
Tree deleteAllChildNodes deletes all nodes from html document for a given parent0 msPassed
Tree deleteAllChildNodes deletes all nodes from model0 msPassed
Tree deleteAllChildNodes deletes all nodes from model for a given parent0 msPassed
Tree deleteNodes deleting a child considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered)0 msPassed
Tree deleteNodes deleting a child updates child node indices0 msPassed
Tree deleteNodes deleting a child updates html document0 msPassed
Tree deleteNodes deleting a child updates model0 msPassed
Tree deleteNodes deleting a root node deleting a collapsed root node updates html document0 msPassed
Tree deleteNodes deleting a root node deleting a collapsed root node updates model0 msPassed
Tree deleteNodes deleting a root node updates html document0 msPassed
Tree deleteNodes deleting a root node updates model0 msPassed
Tree deleteNodes deleting all nodes updates html document0 msPassed
Tree deleteNodes deleting all nodes updates model0 msPassed
Tree deselectAll clears the selection0 msPassed
Tree expandAllParentNodes expands all parent nodes of the given node (html)0 msPassed
Tree expandAllParentNodes expands all parent nodes of the given node (model)0 msPassed
Tree expandNode renders the child nodes if parent is expanded0 msPassed
Tree expandNode sets css class child-of-selected on direct children if the expanded node is selected0 msPassed
Tree expandNode with breadcrumb style ensures top level nodes are rendered0 msPassed
Tree expandNode with breadcrumb style renders the child nodes if parent is expanded0 msPassed
Tree insertNodes expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes0 msPassed
Tree insertNodes expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes0 msPassed
Tree insertNodes inserting a child updates html document at a specific position0 msPassed
Tree insertNodes inserting a child updates html document if parent is expanded0 msPassed
Tree insertNodes inserting a child updates model0 msPassed
Tree insertNodes inserting a child updates model with a complex node containing another node0 msPassed
Tree insertNodes only updates the model if parent is collapsed0 msPassed
Tree insertNodes with breadcrumb style inserts a html node if the parent node is selected0 msPassed
Tree insertNodes with breadcrumb style inserts html nodes at a specific position0 msPassed
Tree insertNodes with breadcrumb style only updates model if the parent node is not selected0 msPassed
Tree lazyExpandCollapse lazy expand -> lazy collapse node0 msPassed
Tree lazyExpandCollapse lazy expand -> manual collapse node0 msPassed
Tree lazyExpandCollapse manual expand -> lazy collapse node0 msPassed
Tree lazyExpandCollapse manual expand -> manual collapse node0 msPassed
Tree node click calls tree._onNodeMouseDown0 msPassed
Tree node click does not send click if mouse down does not happen on a node0 msPassed
Tree node click does not send click if mouse down happens on another node than mouseup0 msPassed
Tree node click sends selection and click events in one call in this order0 msPassed
Tree node click sends selection, check and click events if tree is checkable and checkbox has been clicked0 msPassed
Tree node click updates model (selection)0 msPassed
Tree node control double click does the same as control single click (does NOT expand and immediately collapse again)0 msPassed
Tree node control double click sends clicked, selection, action and expansion events0 msPassed
Tree node double click expands/collapses the node0 msPassed
Tree node double click sends clicked, selection, action and expansion events0 msPassed
Tree onModelAction allChildNodesDeleted event calls deleteAllChildNodes0 msPassed
Tree onModelAction childNodeOrderChanged event calls updateNodeOrder0 msPassed
Tree onModelAction multiple events handles delete, collapse, insert, expand events correctly0 msPassed
Tree onModelAction nodeChanged event preserves child-of-selected when child nodes get updated0 msPassed
Tree onModelAction nodeChanged event preserves child-of-selected when root nodes get updated0 msPassed
Tree onModelAction nodeChanged event preserves group css class when nodes get updated0 msPassed
Tree onModelAction nodeChanged event updates custom cssClass of model and html node0 msPassed
Tree onModelAction nodeChanged event updates the text of the html node0 msPassed
Tree onModelAction nodeChanged event updates the text of the model node0 msPassed
Tree onModelAction nodesDeleted event calls deleteNodes0 msPassed
Tree onModelAction nodesInserted event calls insertNodes0 msPassed
Tree onModelAction nodesSelected event calls selectNodes0 msPassed
Tree onModelAction nodesSelected event does not send events if called when processing response0 msPassed
Tree onModelAction nodesUpdated event calls updateNodes0 msPassed
Tree onModelPropertyChange considers custom css class0 msPassed
Tree selectNodes also expands the node if bread crumb mode is enabled0 msPassed
Tree selectNodes also expands the parents in breadcrumb mode if a hidden node should be selected after being expanded and collapsed while in its hidden state0 msPassed
Tree selectNodes expands the parents if a hidden node should be selected whose parents are collapsed (revealing the selection)0 msPassed
Tree selectNodes may select a node which is not rendered0 msPassed
Tree selectNodes selects a node0 msPassed
Tree selectNodes sets child-of-selected css class even if nodes are not rendered0 msPassed
Tree selectNodes sets css class ancestor-of-selected on every ancestor of the selected element0 msPassed
Tree selectNodes sets css class child-of-selected on direct children of the selected element0 msPassed
Tree selectNodes sets parent and ancestor css classes even if nodes are not rendered0 msPassed
Tree test visible list and map with initial all closed nodes expand child node0 msPassed
Tree test visible list and map with initial all closed nodes expand node0 msPassed
Tree test visible list and map with initial all closed nodes init with all collapsed0 msPassed
Tree test visible list and map with initial all closed nodes insert child node collapsed parent0 msPassed
Tree test visible list and map with initial all expanded nodes collapse a node -> all children have to be removed0 msPassed
Tree test visible list and map with initial all expanded nodes filter node -> filtered node and children has to be removed from visible0 msPassed
Tree test visible list and map with initial all expanded nodes init with all expanded in correct order0 msPassed
Tree test visible list and map with initial all expanded nodes insert child node in filtered parent0 msPassed
Tree test visible list and map with initial all expanded nodes insert child node which should be filtered0 msPassed
Tree test visible list and map with initial all expanded nodes insert expanded node to expanded parent0 msPassed
Tree test visible list and map with initial all expanded nodes update node -> node is filtered0 msPassed
Tree tree enabled/disabled disables checkboxes when tree is disabled0 msPassed
Tree tree filter applies filter if a node gets changed0 msPassed
Tree tree filter applies filter if a node gets inserted0 msPassed
Tree tree filter filters nodes when filter is added and removed0 msPassed
Tree tree filter filters nodes when filter() is called0 msPassed
Tree tree filter make sure nodes unchanged by filters are attached. See ticket #1689570 msPassed
Tree tree filter makes sure only filtered nodes are displayed when node gets expanded0 msPassed
Tree updateItemPath Sets css class group on every element within the same group0 msPassed
Tree updateNodeOrder considers view range when updating child node order0 msPassed
Tree updateNodeOrder reorders expanded child nodes if parent is given (model)0 msPassed
Tree updateNodeOrder reorders expanded root nodes if no parent is given (html)0 msPassed
Tree updateNodeOrder reorders expanded root nodes if no parent is given (model)0 msPassed
Tree updateNodeOrder reorders the child nodes if parent is given (html)0 msPassed
Tree updateNodeOrder reorders the child nodes if parent is given (model)0 msPassed
Tree updateNodeOrder reorders the child nodes if parent is given and expanded (model)0 msPassed
Tree updateNodeOrder reorders the root nodes if no parent is given (html)0 msPassed
Tree updateNodeOrder reorders the root nodes if no parent is given (model)0 msPassed
Tree updateNodes enabled update on checkable tree updates the enabled state of the html node after expansion, if not visible0 msPassed
Tree updateNodes enabled update on checkable tree updates the enabled state of the html node, if visible0 msPassed
Tree updateNodes enabled update on checkable tree updates the enabled state of the model node0 msPassed
Tree updateNodes enabled update updates the enabled state of the html node after expansion, if not visible0 msPassed
Tree updateNodes enabled update updates the enabled state of the html node, if visible0 msPassed
Tree updateNodes enabled update updates the enabled state of the model node0 msPassed
TreeKeyStrokes Add expands a node0 msPassed
TreeKeyStrokes Add expands a node and drill down0 msPassed
TreeKeyStrokes End jumps to last node0 msPassed
TreeKeyStrokes Home selects first node in collapsed tree0 msPassed
TreeKeyStrokes Home selects first node in expanded tree0 msPassed
TreeKeyStrokes Subtract collapses a node0 msPassed
TreeKeyStrokes Subtract collapses a node and drill up0 msPassed
TreeKeyStrokes key down does nothing if last node already is selected0 msPassed
TreeKeyStrokes key down selects the above node node in expanded tree0 msPassed
TreeKeyStrokes key down selects the first node if no row is selected yet0 msPassed
TreeKeyStrokes key down selects the node below in collapsed tree0 msPassed
TreeKeyStrokes key down selects the only node if there is only one0 msPassed
TreeKeyStrokes key up does nothing if first node already is selected0 msPassed
TreeKeyStrokes key up selects the above node in collapsed tree0 msPassed
TreeKeyStrokes key up selects the above node node in expanded tree0 msPassed
TreeKeyStrokes key up selects the last node if no node is selected yet0 msPassed
TreeKeyStrokes key up selects the only node if there is only one0 msPassed
TreeKeyStrokes space checks the selected node 0 msPassed
TreeKeyStrokes space does nothing if no nodes are selected0 msPassed
TreeKeyStrokes space unchecks the selected node 0 msPassed
TreeNodePosition _addChildrenToFlatListIfExpanded expands collapsed node0 msPassed
TreeNodePosition _addChildrenToFlatListIfExpanded expands collapsed node with different levels in insertBatch0 msPassed
TreeNodePosition _findInsertPositionInFlatList insert a node below another node of the same level with an expanded subtree0 msPassed
TreeNodePosition _findInsertPositionInFlatList insert a subtree between two other nodes on the same level0 msPassed
TreeNodePosition _findInsertPositionInFlatList insert node ahead all other nodes on the same level0 msPassed
TreeNodePosition _findInsertPositionInFlatList insert node below all other nodes on the same level0 msPassed
TreeNodePosition _findInsertPositionInFlatList insert node between two other nodes on another level0 msPassed
TreeNodePosition _findInsertPositionInFlatList insert node between two other nodes on the same level0 msPassed
ValueField menu visibility context menu only shows only menus of specific type0 msPassed
ValueField menu visibility context menu only shows visible menus0 msPassed
ValueField menu visibility context menu triggers a display text changed event0 msPassed
ValueField property status visible shows a status even though status visible is false but there are visible menus0 msPassed
ViewButtonBox viewMenuTab is not visible if there are no view buttons at all0 msPassed
ViewButtonBox viewMenuTab is not visible if there are no visible view buttons ith displayStyle == "MENU"0 msPassed
ViewButtonBox viewMenuTab is not visible if there are visible view buttons with displayStyle == "TAB"0 msPassed
ViewButtonBox viewMenuTab is only visible if there are visible view buttons with displayStyle == "MENU"0 msPassed
Widget attach/detach attached and rendered has the right value after render/remove and attach/detach0 msPassed
Widget attach/detach attached and rendered is false by default0 msPassed
Widget rendering should set rendering flag to true _while_ the component is rendering0 msPassed
Widget rendering should set rendering, rendered flags correctly0 msPassed
WrappedForm mandatory indicator does not exist0 msPassed
WrappedForm test initial focus disabled string field in inner form hasn't focus0 msPassed
WrappedForm test initial focus enabled string field in inner form has focus0 msPassed
graphics Dimension accepts a single scout.Dimension argument0 msPassed
graphics Dimension accepts two numbers as width and height arguments0 msPassed
graphics Dimension equals0 msPassed
graphics Insets equals0 msPassed
graphics Point equals0 msPassed
graphics Rectangle equals0 msPassed
graphics bounds returns rectangle with position from JQuery.position()0 msPassed
graphics bounds returns rectangle with position from JQuery.position() including margin if includePosMargin is true0 msPassed
graphics bounds returns rectangle with size from JQuery.outerWidth/Height() including margin if includeSizeMargin is true0 msPassed
graphics bounds returns rectangle with size from JQuery.outerWidth/Height0 msPassed
graphics getBounds returns 0 when left/right is set to auto0 msPassed
graphics getBounds returns JQuery.outerWidth/Height(true)0 msPassed
jquery-scout cssPxValue is behaves differently with different types of arguments0 msPassed
jquery-scout htmlOrNbsp sets html or nbsp0 msPassed
jquery-scout icon sets and removes icons0 msPassed
jquery-scout isEnabled is only false when class disabled is set0 msPassed
jquery-scout isVisible returns true when display != none and visiblity != hidden0 msPassed
jquery-scout setEnabled DIV does not have disabled attribute0 msPassed
jquery-scout setEnabled INPUT must have disabled attribute0 msPassed
jquery-scout textOrNbsp sets text or nbsp0 msPassed
jquery-scout toggleAttr toggles attribute0 msPassed
main create accepts string or object as first argument0 msPassed
main create creates a new initialized widget with parent and session set0 msPassed
main create creates local object if first parameter is the objectType session must be set, but adapter should not be registered0 msPassed
main create creates local object if first parameter is the objectType sets property 'id' correctly when no ID is provided0 msPassed
main create creates local object if first parameter of type object and contains objectType property0 msPassed
main isOneOf can check if value is one of multiple values0 msPassed
main nvl can return alternative value0 msPassed
menus filter does nothing if no menus are given0 msPassed
menus filter only returns menus with given type (even when menu is not visible)0 msPassed
menus filter only returns parent menus if child menus have correct type0 msPassed
menus filter only returns parent menus if child menus should be displayed0 msPassed
menus filter only returns visible menus, if onlyVisible param is set to true0 msPassed
menus filter returns no menus if no types are given0 msPassed
scout.FocusManager Focus fixes for Internet Explorer (IE) Click on table-cell, must focus table0 msPassed
scout.FocusManager Focus fixes for Internet Explorer (IE) Click on tree-node, must focus tree0 msPassed
scout.FocusManager isSelectableText must return true for disabled text-fields0 msPassed
scout.FocusManager validateFocus When nothing else is focusable, focus must be on the Desktop (=sandbox)0 msPassed
scout.FocusManager validateFocus with forms: A new FocusContext must be created when a form is opened as dialog0 msPassed
scout.FocusManager validateFocus with forms: Focus must be on the 1st form-field when form is rendered0 msPassed
scout.FocusManager validateFocus with forms: Focus-context must install listeners on its $container0 msPassed
scout.FocusManager validateFocus with forms: FocusContext must remember the last focused element0 msPassed
scout.FocusManager validateFocus with forms: Must focus another valid field if the focused field is hidden0 msPassed
scout.FocusManager validateFocus with forms: Must focus another valid field if the focused field is removed0 msPassed
scout.URL can add parameters0 msPassed
scout.URL can convert the URL to string (only changed in order of arguments)0 msPassed
scout.URL can create or replace parameters0 msPassed
scout.URL can handle multi-valued parameters0 msPassed
scout.URL can handle non-ascii characters0 msPassed
scout.URL can parse a moderately simple URL0 msPassed
scout.URL can parse empty hash0 msPassed
scout.URL can parse super-simple URL0 msPassed
scout.URL can remove parameters0 msPassed
scout.arrays ensure creates an array if the param is not an array0 msPassed
scout.arrays ensure returns the param if the param already is an array0 msPassed
scout.arrays equals checks whether two arrays contain the same elements in the same order0 msPassed
scout.arrays equals considers emtpy and same arrays0 msPassed
scout.arrays equals returns true if one array is undefined/null and the other empty0 msPassed
scout.arrays equalsIgnoreOrder checks whether two arrays contain the same elements without considering the order0 msPassed
scout.arrays equalsIgnoreOrder considers emtpy and same arrays0 msPassed
scout.arrays equalsIgnoreOrder returns true if one array is undefined/null and the other empty0 msPassed
scout.arrays find returns the element for which the given predicate returns true0 msPassed
scout.arrays findFrom also checks the element at start index 0 msPassed
scout.arrays findFrom does not return the element for which the given predicate returns true, if it is on the left side of the start index0 msPassed
scout.arrays findFrom returns the element for which the given predicate returns true, starting from a given index0 msPassed
scout.arrays findFrom searches from right to left if backwards is true0 msPassed
scout.arrays first finds first array element0 msPassed
scout.arrays format formats an array by concatenating each entry0 msPassed
scout.arrays format returns '' for empty array or if no array was provided0 msPassed
scout.arrays formatEncoded encodes the html of each array element0 msPassed
scout.arrays init checks whether array has correct length and initial values0 msPassed
scout.arrays insert insert element at index0 msPassed
scout.arrays last finds last array element0 msPassed
scout.arrays max behaves like Math.max on null and undefined0 msPassed
scout.arrays max ignores non-number elements0 msPassed
scout.arrays max returns 0 iff input contains 00 msPassed
scout.arrays min behaves like Math.min on null and undefined0 msPassed
scout.arrays min ignores non-number elements0 msPassed
scout.arrays min returns 0 iff input contains 00 msPassed
scout.arrays move replaces elements0 msPassed
scout.arrays remove removes elements0 msPassed
scout.arrays removeAll considers emtpy args0 msPassed
scout.arrays removeAll removes all given elements0 msPassed
scout.arrays replace replaces elements0 msPassed
scout.arrays union also works with floats0 msPassed
scout.arrays union does not fail if arr1 or arr2 are not defined0 msPassed
scout.arrays union if the arrays contain objects instead of primitives, it uses their id to check for equality0 msPassed
scout.arrays union merges two arrays0 msPassed
scout.arrays union merges two arrays and removes duplicates0 msPassed
scout.comparators tests 'compare' method of ALPHANUMERIC comparator0 msPassed
scout.comparators tests 'compare' method of NUMERIC comparator0 msPassed
scout.comparators tests 'compare' method of TEXT comparator0 msPassed
scout.comparators tests 'compareIgnoreCase' method of ALPHANUMERIC comparator0 msPassed
scout.comparators tests 'compareIgnoreCase' method of ALPHANUMERIC comparator with session0 msPassed
scout.comparators tests 'compareIgnoreCase' method of TEXT comparator0 msPassed
scout.dates compare can compare valid dates0 msPassed
scout.dates compare can handle invalid dates0 msPassed
scout.dates compareDays ignores time0 msPassed
scout.dates compareDays returns the differences in number of days0 msPassed
scout.dates compareDays works with different month0 msPassed
scout.dates compareDays works with different years0 msPassed
scout.dates compareMonths ignores time0 msPassed
scout.dates compareMonths returns the differences in number of months0 msPassed
scout.dates compareMonths works with different years0 msPassed
scout.dates create can create dates0 msPassed
scout.dates ensureMonday shifts to next monday in direction if it is not a monday yet0 msPassed
scout.dates format can format valid dates0 msPassed
scout.dates format can handle invalid values0 msPassed
scout.dates isLeapYear correctly identifies leap years0 msPassed
scout.dates isSameDay returns true if day, month and year matches0 msPassed
scout.dates orderWeekdays orders weekdays0 msPassed
scout.dates shift shift month adds or removes months0 msPassed
scout.dates shift shift month handles edge case end month0 msPassed
scout.dates shift shift month handles edge case leap year0 msPassed
scout.dates shift shift month handles edge case start month0 msPassed
scout.dates shift shift year adds or removes years0 msPassed
scout.dates shift shift year handles edge case leap year0 msPassed
scout.dates shift shifts year and month and day if all provided0 msPassed
scout.dates shift shifts year and month if both provided0 msPassed
scout.dates shift shifts year or month or day0 msPassed
scout.dates shiftToNextDayOfType shifts to next day of type0 msPassed
scout.dates shiftToPreviousDayOfType shifts to previous day of type0 msPassed
scout.dates timestamp returns a string of the expected length withonly digits0 msPassed
scout.dates toJsonDate / parseJsonDate can convert JSON and JS dates0 msPassed
scout.dates toJsonDate / parseJsonDate can handle missing or invalid inputs0 msPassed
scout.dates weekInYear can calculate week in year0 msPassed
scout.defaultValues _loadDefaultsConfiguration can load invalid configurations0 msPassed
scout.defaultValues applyTo can apply default values to JSON0 msPassed
scout.defaultValues applyTo can apply default values to JSON considering the model variant0 msPassed
scout.defaultValues applyTo copies default values 'by value'0 msPassed
scout.icons appends CSS class string with custom fonts0 msPassed
scout.icons parses bitmap icons0 msPassed
scout.icons parses font icons (custom font)0 msPassed
scout.icons parses font icons (scoutIcons font)0 msPassed
scout.icons parses returns a CSS class for custom fonts0 msPassed
scout.numbers correlationId can generate random correlation IDs0 msPassed
scout.numbers randomId can generate random IDs0 msPassed
scout.numbers round tests rounding mode 'CEILING'0 msPassed
scout.numbers round tests rounding mode 'DOWN'0 msPassed
scout.numbers round tests rounding mode 'FLOOR'0 msPassed
scout.numbers round tests rounding mode 'HALF_DOWN'0 msPassed
scout.numbers round tests rounding mode 'HALF_UP'0 msPassed
scout.numbers round tests rounding mode 'UP'0 msPassed
scout.numbers round tests special cases0 msPassed
scout.numbers shiftDecimalPoint can shift decimal point to left and right0 msPassed
scout.objects copyProperties copies all properties0 msPassed
scout.objects copyProperties copies the properties from prototype as well0 msPassed
scout.objects countOwnProperties counts all own properties0 msPassed
scout.objects isNumber returns true iff argument is a number0 msPassed
scout.objects valueCopy copies an object by value0 msPassed
scout.objects values returns object values0 msPassed
scout.strings asString converts input to string0 msPassed
scout.strings box boxes strings0 msPassed
scout.strings count can count occurrences0 msPassed
scout.strings encode caches the html element used for encoding0 msPassed
scout.strings encode does not try to encode empty strings0 msPassed
scout.strings encode encodes html0 msPassed
scout.strings endsWith can check if a string ends with another0 msPassed
scout.strings getMnemonic can extract mnemonics0 msPassed
scout.strings hasText can check if string has text0 msPassed
scout.strings insertAt can insert strings into other strings0 msPassed
scout.strings join joins strings0 msPassed
scout.strings lowercaseFirstLetter converts first letter to lowercase0 msPassed
scout.strings nl2br can convert newlines to br tags0 msPassed
scout.strings nl2br encodes html, if the parameter is set to true (default)0 msPassed
scout.strings nvl returns an empty string when input is null or undefined0 msPassed
scout.strings padZeroLeft can pad strings with 00 msPassed
scout.strings plainText caches the html element used for getting plain text0 msPassed
scout.strings plainText considers upper and lower case tags0 msPassed
scout.strings plainText converts &nbsp;, &amp;, &gt;, &lt;0 msPassed
scout.strings plainText converts br, p, div into new lines0 msPassed
scout.strings plainText converts html to plain text0 msPassed
scout.strings plainText converts li, tr into new lines0 msPassed
scout.strings plainText converts td into whitespaces0 msPassed
scout.strings plainText does not try to get plaintext of empty strings0 msPassed
scout.strings plainText preserves tabs0 msPassed
scout.strings quote quotes special characters for regexp0 msPassed
scout.strings removeAmpersand can remove ampersands0 msPassed
scout.strings repeat can repeat strings0 msPassed
scout.strings splitMax returns not more than limit elements0 msPassed
scout.strings startsWith can check if a string starts with another0 msPassed
scout.tooltips can be installed and uninstalled for a form field0 msPassed
scout.tooltips creates a tooltip on mouseenter and removes it on mouseleave0 msPassed
scout.tooltips if text is a function, component is passed as first and only argument0 msPassed
scout.tooltips if text is a function, it will be called for tooltip text0 msPassed
scout.tooltips if text is empty no tooltip will be shown0 msPassed
scout.tooltips if text is provided as function by component, it will be called and used as tooltip text0 msPassed
scout.tooltips if text is provided by component, it will be used as tooltip text0 msPassed
scout.tooltips if text is provided using options and by component, text provided using options will be used0 msPassed
scout.tooltips if text is undefined no tooltip will be shown0 msPassed
scrollbars isLocationInView returns false if x of the given location is outside of the given $scrollable (greater)0 msPassed
scrollbars isLocationInView returns false if x of the given location is outside of the given $scrollable (smaller)0 msPassed
scrollbars isLocationInView returns false if y of the given location is outside of the given $scrollable (greater)0 msPassed
scrollbars isLocationInView returns false if y of the given location is outside of the given $scrollable (smaller)0 msPassed
scrollbars isLocationInView returns true if the given location is inside the given $scrollable0 msPassed
scrollbars offScroll detaches handler from scrolling parents0 msPassed
scrollbars onScroll attaches handler to scrolling parents which execute when scrolling0 msPassed
texts check if arguments are replaced in text0 msPassed
texts check if correct text is returned0 msPassed
texts check if empty text is returned0 msPassed
texts check if multiple arguments are replaced in text0 msPassed
texts check if null text is returned0 msPassed
texts check if the same placeholder can be used multiple times0 msPassed
texts check if undefined texts return an error message0 msPassed
texts optGet returns default value if key is not found0 msPassed
texts optGet returns text if key found0 msPassed
texts optGet returns text if key found, with arguments0 msPassed
texts optGet returns undefined if key is not found0 msPassed