Lines Matching refs:println
122 log.println("Text is '" + text + "'"); in before()
123 System.out.println("############################"); in before()
138 log.println(editOnly); in _getCaretPosition()
151 log.println("getCaretPosition: " + carPos); in _getCaretPosition()
156 log.println( in _getCaretPosition()
183 log.println("exception was expected ... FAILED"); in _setCaretPosition()
185 log.println("expected exception"); in _setCaretPosition()
193 log.println("exception was expected ... FAILED"); in _setCaretPosition()
195 log.println("expected exception"); in _setCaretPosition()
200 log.println("setCaretPosition(chCount - 1)"); in _setCaretPosition()
204 log.println("unexpected exception ... FAILED"); in _setCaretPosition()
229 log.println("getCharacter(-1)"); in _getCharacter()
231 log.println("Exception was expected"); in _getCharacter()
234 log.println("Expected exception"); in _getCharacter()
239 log.println("getCharacter(chCount)"); in _getCharacter()
241 log.println("Exception was expected"); in _getCharacter()
244 log.println("Expected exception"); in _getCharacter()
249 log.println("Checking of every character in the text..."); in _getCharacter()
259 log.println("At the position " + i + in _getCharacter()
261 log.println("but was returned: " + ch); in _getCharacter()
267 log.println("Unexpected exception"); in _getCharacter()
293 log.println("getCharacterAttributes(-1)"); in _getCharacterAttributes()
295 log.println("Exception was expected"); in _getCharacterAttributes()
298 log.println("Expected exception"); in _getCharacterAttributes()
303 log.println("getCharacterAttributes(chCount)"); in _getCharacterAttributes()
305 log.println("Exception was expected"); in _getCharacterAttributes()
308 log.println("Expected exception"); in _getCharacterAttributes()
313 log.println("getCharacterAttributes(chCount-1)"); in _getCharacterAttributes()
319 log.println("Unexpected exception"); in _getCharacterAttributes()
352 log.println(LimitedBounds); in _getCharacterBounds()
356 log.println("getCharacterBounds(-1)"); in _getCharacterBounds()
358 log.println("Exception was expected"); in _getCharacterBounds()
361 log.println("Expected exception"); in _getCharacterBounds()
366 log.println("getCharacterBounds(" + (lastIndex + 1) + ")"); in _getCharacterBounds()
368 log.println("Exception was expected"); in _getCharacterBounds()
371 log.println("Expected exception"); in _getCharacterBounds()
377 log.println("getCharacterBounds(" + i + ")"); in _getCharacterBounds()
389 log.println("Text at this place: "+oObj.getCharacter(i)); in _getCharacterBounds()
390 log.println("Character bounds outside component"); in _getCharacterBounds()
391 log.println("Character rect: " + chBounds.X + ", " + in _getCharacterBounds()
394 log.println("Component rect: " + bounds.X + ", " + in _getCharacterBounds()
401 log.println("Unexpected exception"); in _getCharacterBounds()
416 log.println("Character count:" + chCount); in _getCharacterCount()
440 log.println(index); in _getIndexAtPoint()
452 log.println(LimitedBounds); in _getIndexAtPoint()
493 log.println("## Method didn't work for Point (" + x + "," + y + in _getIndexAtPoint()
495 log.println("Expected Index " + i); in _getIndexAtPoint()
496 log.println("Gained Index: " + nIndex); in _getIndexAtPoint()
497 log.println("Left Border: "+left); in _getIndexAtPoint()
498 log.println("CharacterAtIndex: " + text); in _getIndexAtPoint()
517 log.println(editOnly); in _getSelectedText()
526 log.println("setSelection(0, 0)"); in _getSelectedText()
531 log.println("'" + txt + "'"); in _getSelectedText()
534 log.println("setSelection(0, chCount)"); in _getSelectedText()
538 log.println("'" + txt + "'"); in _getSelectedText()
542 log.println("setSelection(1, chCount-1)"); in _getSelectedText()
546 log.println("'" + txt + "'"); in _getSelectedText()
550 log.println("Unexpected exception"); in _getSelectedText()
568 log.println(editOnly); in _getSelectionStart()
577 log.println("setSelection(0, chCount)"); in _getSelectionStart()
581 log.println("getSelectionStart():" + start); in _getSelectionStart()
585 log.println("setSelection(1, chCount-1)"); in _getSelectionStart()
588 log.println("getSelectionStart():" + start); in _getSelectionStart()
592 log.println("Unexpected exception"); in _getSelectionStart()
610 log.println(editOnly); in _getSelectionEnd()
619 log.println("setSelection(0, chCount)"); in _getSelectionEnd()
623 log.println("getSelectionEnd():" + end); in _getSelectionEnd()
627 log.println("setSelection(1, chCount-1)"); in _getSelectionEnd()
630 log.println("getSelectionEnd():" + end); in _getSelectionEnd()
634 log.println("Unexpected exception"); in _getSelectionEnd()
658 log.println(editOnly); in _setSelection()
665 log.println(locRes + " excepion was expected"); in _setSelection()
668 log.println("Expected exception"); in _setSelection()
675 log.println(locRes + " excepion was expected"); in _setSelection()
678 log.println("Expected exception"); in _setSelection()
686 log.println(locRes); in _setSelection()
691 log.println(locRes); in _setSelection()
697 log.println(locRes); in _setSelection()
702 log.println(locRes); in _setSelection()
707 log.println(locRes); in _setSelection()
710 log.println("Unexpected exception"); in _setSelection()
725 log.println("getText: " + txt); in _getText()
755 log.println(txtRange); in _getTextRange()
760 log.println("Was expected: " + in _getTextRange()
768 log.println(txtRange); in _getTextRange()
773 log.println("Was expected: " + in _getTextRange()
779 log.println(txtRange); in _getTextRange()
784 log.println(txtRange); in _getTextRange()
789 log.println("Empty string was expected"); in _getTextRange()
792 log.println("Unexpected exception"); in _getTextRange()
801 log.println("Exception was expected"); in _getTextRange()
804 log.println("Expected exception"); in _getTextRange()
812 log.println("Exception was expected"); in _getTextRange()
815 log.println("Expected exception"); in _getTextRange()
823 log.println("Exception was expected"); in _getTextRange()
826 log.println("Expected exception"); in _getTextRange()
854 log.println("Exception was expected"); in _getTextAtIndex()
857 log.println("Expected exception"); in _getTextAtIndex()
860 log.println("UnExpected exception"); in _getTextAtIndex()
870 log.println("Exception was expected"); in _getTextAtIndex()
873 log.println("Expected exception"); in _getTextAtIndex()
876 log.println("UnExpected exception"); in _getTextAtIndex()
885 log.println("'" + txt.SegmentText + "'"); in _getTextAtIndex()
891 log.println("'" + txt.SegmentText + "'"); in _getTextAtIndex()
895 log.println("Unexpected exception"); in _getTextAtIndex()
899 log.println("Unexpected exception"); in _getTextAtIndex()
928 log.println("Exception was expected"); in _getTextBeforeIndex()
931 log.println("Expected exception"); in _getTextBeforeIndex()
934 log.println("UnExpected exception"); in _getTextBeforeIndex()
944 log.println("Exception was expected"); in _getTextBeforeIndex()
947 log.println("Expected exception"); in _getTextBeforeIndex()
950 log.println("UnExpected exception"); in _getTextBeforeIndex()
961 log.println("'" + txt.SegmentText + "'"); in _getTextBeforeIndex()
968 log.println("'" + txt.SegmentText + "'"); in _getTextBeforeIndex()
975 log.println("'" + txt.SegmentText + "'"); in _getTextBeforeIndex()
983 log.println("'" + txt.SegmentText + "'"); in _getTextBeforeIndex()
987 log.println("Unexpected exception"); in _getTextBeforeIndex()
991 log.println("Unexpected exception"); in _getTextBeforeIndex()
1020 log.println("Exception was expected"); in _getTextBehindIndex()
1023 log.println("Expected exception"); in _getTextBehindIndex()
1026 log.println("UnExpected exception"); in _getTextBehindIndex()
1036 log.println("Exception was expected"); in _getTextBehindIndex()
1039 log.println("Expected exception"); in _getTextBehindIndex()
1042 log.println("UnExpected exception"); in _getTextBehindIndex()
1052 log.println("'" + txt.SegmentText + "'"); in _getTextBehindIndex()
1059 log.println("'" + txt.SegmentText + "'"); in _getTextBehindIndex()
1065 log.println("'" + txt.SegmentText + "'"); in _getTextBehindIndex()
1073 log.println("'" + txt.SegmentText + "'"); in _getTextBehindIndex()
1077 log.println("Unexpected exception"); in _getTextBehindIndex()
1081 log.println("Unexpected exception"); in _getTextBehindIndex()
1101 log.println(editOnly); in _copyText()
1108 log.println("Exception was expected"); in _copyText()
1111 log.println("Expected exception"); in _copyText()
1118 log.println("Exception was expected"); in _copyText()
1121 log.println("Expected exception"); in _copyText()
1128 log.println(locRes); in _copyText()
1136 log.println("Couldn't access system clipboard :"); in _copyText()
1140 log.println("Clipboard: '" + cbText + "'"); in _copyText()
1146 log.println(locRes); in _copyText()
1152 log.println("Couldn't access system clipboard :"); in _copyText()
1156 log.println("Clipboard: '" + cbText + "'"); in _copyText()
1160 log.println("Unexpected exception"); in _copyText()
1172 log.println("## The result isn't the expected:"); in compareStrings()
1173 log.println("\tGetting: " + getting); in compareStrings()
1174 log.println("\tExpected: " + expected); in compareStrings()
1184 log.println("## The result isn't the expected:"); in compareLength()
1185 log.println("\tGetting: " + getting.length()); in compareLength()
1186 log.println("\tExpected: " + expected); in compareLength()