Lines Matching refs:log
102 log.println("Text: '" + oldText + "'"); in _cutText()
104 log.println("Character count: " + length); in _cutText()
107 log.print("cutText(-1," + (length-1) + "): "); in _cutText()
109 log.println(locRes); in _cutText()
110 log.println("exception was expected => FAILED"); in _cutText()
113 log.println("expected exception => OK"); in _cutText()
115 log.println("Current text: '" + curText + "'"); in _cutText()
120 log.print("cutText(0," + (length+1) + "): "); in _cutText()
122 log.println(locRes); in _cutText()
123 log.println("exception was expected => FAILED"); in _cutText()
126 log.println("expected exception => OK"); in _cutText()
128 log.println("Current text: '" + curText + "'"); in _cutText()
134 log.print("cutText(0," + length + "): "); in _cutText()
136 log.println(locRes); in _cutText()
138 log.println("Current text: '" + curText + "'"); in _cutText()
141 log.println("unexpected exception"); in _cutText()
142 e.printStackTrace(log); in _cutText()
166 log.println("Text: '" + text + "'"); in _pasteText()
168 log.println("Character count: " + length); in _pasteText()
171 log.print("pasteText(-1): "); in _pasteText()
173 log.println(locRes); in _pasteText()
174 log.println("exception was expected => FAILED"); in _pasteText()
177 log.println("expected exception => OK"); in _pasteText()
179 log.println("Current text: '" + curText + "'"); in _pasteText()
184 log.print("pasteText(" + (length+1) + "): "); in _pasteText()
186 log.println(locRes); in _pasteText()
187 log.println("exception was expected => FAILED"); in _pasteText()
190 log.println("expected exception => OK"); in _pasteText()
192 log.println("Current text: '" + curText + "'"); in _pasteText()
197 log.print("pasteText(" + (length) + "): "); in _pasteText()
199 log.println(locRes); in _pasteText()
201 log.println("Current text: '" + curText + "'"); in _pasteText()
203 log.println("Expected text: '" + text + pasteText + "'"); in _pasteText()
205 log.println("unexpected exception"); in _pasteText()
206 e.printStackTrace(log); in _pasteText()
231 log.println("Text: '" + text + "'"); in _deleteText()
233 log.println("Character count: " + length); in _deleteText()
236 log.print("deleteText(-1," + length + "): "); in _deleteText()
238 log.println(locRes); in _deleteText()
239 log.println("exception was expected => FAILED"); in _deleteText()
242 log.println("expected exception => OK"); in _deleteText()
244 log.println("Current text: '" + curText + "'"); in _deleteText()
249 log.print("deleteText(0," + (length+1) + "): "); in _deleteText()
251 log.println(locRes); in _deleteText()
252 log.println("exception was expected => FAILED"); in _deleteText()
255 log.println("expected exception => OK"); in _deleteText()
257 log.println("Current text: '" + curText + "'"); in _deleteText()
263 log.print("deleteText(" + (length-1) + "," + (length) + "): "); in _deleteText()
265 log.println(locRes); in _deleteText()
268 log.println("Current text: '" + curText + "'"); in _deleteText()
270 log.println("Expected text: '" + expStr + "'"); in _deleteText()
273 log.println("unexpected exception"); in _deleteText()
274 e.printStackTrace(log); in _deleteText()
299 log.println("Text: '" + text + "'"); in _insertText()
301 log.println("Character count: " + length); in _insertText()
306 log.print("insertText(insStr, -1): "); in _insertText()
308 log.println(locRes); in _insertText()
309 log.println("exception was expected=> FAILED"); in _insertText()
312 log.println("expected exception => OK"); in _insertText()
314 log.println("Current text: '" + curText + "'"); in _insertText()
319 log.print("insertText(insStr," + (length+1) + "): "); in _insertText()
321 log.println(locRes); in _insertText()
322 log.println("exception was expected => FAILED"); in _insertText()
325 log.println("expected exception => OK"); in _insertText()
327 log.println("Current text: '" + curText + "'"); in _insertText()
332 log.print("insertText(insStr," + length + "): "); in _insertText()
334 log.println(locRes); in _insertText()
337 log.println("Current text: '" + curText + "'"); in _insertText()
338 log.println("Expected text: '" + text + insStr + "'"); in _insertText()
340 log.println("unexpected exception => FAILED"); in _insertText()
341 e.printStackTrace(log); in _insertText()
371 log.println("Text: '" + text + "'"); in _replaceText()
373 log.println("Character count: " + length); in _replaceText()
376 log.print("replaceText(-1," + length + "): "); in _replaceText()
378 log.println(locRes); in _replaceText()
379 log.println("exception was expected => FAILED"); in _replaceText()
382 log.println("expected exception => OK"); in _replaceText()
384 log.println("Current text: '" + curText + "'"); in _replaceText()
389 log.print("replaceText(0," + (length+1) + "): "); in _replaceText()
391 log.println(locRes); in _replaceText()
392 log.println("exception was expected => FAILED"); in _replaceText()
395 log.println("expected exception => OK"); in _replaceText()
397 log.println("Current text: '" + curText + "'"); in _replaceText()
402 log.print("replaceText(" + startIndx + "," + length + "): "); in _replaceText()
404 log.println(locRes); in _replaceText()
406 log.println("Current text: '" + curText + "'"); in _replaceText()
407 log.println("Expected text: '" + oldText + sReplacement + "'"); in _replaceText()
410 log.println("unexpected exception"); in _replaceText()
411 e.printStackTrace(log); in _replaceText()
435 log.println("Text: '" + text + "'"); in _setAttributes()
437 log.println("Length: " + length); in _setAttributes()
443 log.print("setAttributes(-1," + (length - 1) + "):"); in _setAttributes()
445 log.println(locRes); in _setAttributes()
446 log.println("exception was expected => FAILED"); in _setAttributes()
449 log.println("expected exception => OK"); in _setAttributes()
454 log.print("setAttributes(0," + (length+1) + "):"); in _setAttributes()
456 log.println(locRes); in _setAttributes()
457 log.println("exception was expected => FAILED"); in _setAttributes()
460 log.println("expected exception => OK"); in _setAttributes()
472 log.print("setAttributes(0," + length + "):"); in _setAttributes()
474 log.println(locRes); in _setAttributes()
478 log.print("checking that new attributes was set..."); in _setAttributes()
481 log.println(locRes); in _setAttributes()
484 log.println("Text attributes can't be changed."); in _setAttributes()
487 log.println("unexpected exception => FAILED"); in _setAttributes()
488 e.printStackTrace(log); in _setAttributes()
504 log.println("Current text: '" + oldText + "'"); in _setText()
507 log.print("setText('" + newText + "'): "); in _setText()
509 log.println(locRes); in _setText()
511 log.println("getText(): '" + newCurText + "'"); in _setText()
515 log.print("setText('" + newText + "'): "); in _setText()
517 log.println(locRes); in _setText()
519 log.println("getText(): '" + newCurText + "'"); in _setText()
522 log.print("setText('" + oldText + "'): "); in _setText()
524 log.println(locRes); in _setText()
526 log.println("getText(): '" + newCurText + "'"); in _setText()