Lines Matching refs:println

73         log.println("try to append a valid node...");  in _appendChild()
80 log.println("ERROR: could not appedn a valid node: " + ex.toString()); in _appendChild()
84 log.println("try to append the node a second time..."); in _appendChild()
88 log.println("ERROR: expected IllegalArgumentException was not thrown => FAILED"); in _appendChild()
91 log.println("expected IllegalArgumentException was thrown => OK"); in _appendChild()
94 log.println("try to append the object itself..."); in _appendChild()
98 log.println("ERROR: expected IllegalArgumentException was not thrown => FAILED"); in _appendChild()
101 log.println("expected IllegalArgumentException was thrown => OK"); in _appendChild()
113 log.println("try to insert a valid node..."); in _insertChildByIndex()
116 log.println("ERROR: could not insert a valid node: " + ex.toString()); in _insertChildByIndex()
119 log.println("ERROR: could not insert a valid node on index '0': " + ex.toString()); in _insertChildByIndex()
124 log.println("try to insert a valid node a second time..."); in _insertChildByIndex()
126 log.println("ERROR: expected IllegalArgumentException was not thrown => FAILED"); in _insertChildByIndex()
129 log.println("expected IllegalArgumentException wa thrown => OK"); in _insertChildByIndex()
131 …log.println("ERROR: wrong IndexOutOfBoundsException was thrown. Expected is IllegalArgumentExcepti… in _insertChildByIndex()
138 log.println("try to insert a valid node on invalid index '-3'..."); in _insertChildByIndex()
140 log.println("ERROR: expected IndexOutOfBoundsException was not thrown => FAILED"); in _insertChildByIndex()
143 …log.println("ERROR: wrong IllegalArgumentException was thrown. Expected is IndexOutOfBoundsExcepti… in _insertChildByIndex()
146 log.println("Expected IndexOutOfBoundsException was thrown => OK"); in _insertChildByIndex()
150 log.println("try to insert the object itself..."); in _insertChildByIndex()
152 log.println("ERROR: expected IllegalArgumentException was not thrown => FAILED"); in _insertChildByIndex()
155 log.println("expected IllegalArgumentException was thrown => OK"); in _insertChildByIndex()
157 …log.println("unexpected IndexOutOfBoundsException was thrown, expected was IllegalArgumentExceptio… in _insertChildByIndex()
170 log.println("try to remove node at index '0'..."); in _removeChildByIndex()
173 log.println("ERROR: IndexOutOfBoundsException was thrown => FAILED"); in _removeChildByIndex()
178 log.println("try to remove node at invalid index '-3'"); in _removeChildByIndex()
180 log.println("ERROR: expected IndexOutOfBoundsException was not thrown => FAILED"); in _removeChildByIndex()
183 log.println("expected IndexOutOfBoundsException was thrown => OK"); in _removeChildByIndex()
191 log.println("setHasChildrenOnDemand(true)"); in _setHasChildrenOnDemand()
194 log.println("setHasChildrenOnDemand(false)"); in _setHasChildrenOnDemand()
203 log.println("setDisplayValue(\"MyTestValue\")"); in _setDisplayValue()
206 log.println("setDisplayValue(null)"); in _setDisplayValue()
209 log.println("oObj.setDisplayValue(oObj)"); in _setDisplayValue()
218 log.println("setNodeGraphicURL(\"MyTestURL\")"); in _setNodeGraphicURL()
221 log.println("setNodeGraphicURL(null)"); in _setNodeGraphicURL()
230 log.println("setExpandedGraphicURL(\"myExpandedURL\")"); in _setExpandedGraphicURL()
233 log.println("setExpandedGraphicURL(null)"); in _setExpandedGraphicURL()
242 log.println("setCollapsedGraphicURL(\"myCollapsedURL\")"); in _setCollapsedGraphicURL()
245 log.println("setCollapsedGraphicURL(null)"); in _setCollapsedGraphicURL()
254 log.println("setDataValue(\"myDataValue\")"); in _DataValue()
260 … log.println("ERROR: getDataVlaue does not return the value which is inserted before:\n" + in _DataValue()
266 log.println("setDataValue(null)"); in _DataValue()
271 … log.println("ERROR: getDataVlaue does not return the value which is inserted before:\n" + in _DataValue()
277 log.println("oObj.setDisplayValue(oObj)"); in _DataValue()
282 … log.println("ERROR: getDataVlaue does not return the value which is inserted before:\n" + in _DataValue()