Lines Matching refs:getCharacters

203       assertTrue((     "This is a test note" == t1.getChild(0).getChild(0).getCharacters() ));  in test_SBase_appendAnnotation()
204 assertTrue(( "This is additional" == t1.getChild(1).getChild(0).getCharacters() )); in test_SBase_appendAnnotation()
227 assertTrue(( "This is a test note" == t1.getChild(0).getChild(0).getCharacters() )); in test_SBase_appendAnnotationString()
230 assertTrue(( "This is additional" == c1.getChild(0).getCharacters() )); in test_SBase_appendAnnotationString()
266 string chars1 = node2.getChild(0).getChild(0).getCharacters(); in test_SBase_appendNotes()
267 string chars2 = node2.getChild(1).getChild(0).getCharacters(); in test_SBase_appendNotes()
331 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes1()
337 assertTrue(( "This is more text" == child1.getCharacters() )); in test_SBase_appendNotes1()
415 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes2()
421 assertTrue(( "This is more text" == child1.getCharacters() )); in test_SBase_appendNotes2()
496 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes3()
502 assertTrue(( "This is more text" == child1.getCharacters() )); in test_SBase_appendNotes3()
578 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes4()
584 assertTrue(( "This is more text" == child1.getCharacters() )); in test_SBase_appendNotes4()
657 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes5()
663 assertTrue(( "This is more text" == child1.getCharacters() )); in test_SBase_appendNotes5()
721 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes6()
727 assertTrue(( "This is more text" == child1.getCharacters() )); in test_SBase_appendNotes6()
780 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes7()
786 assertTrue(( "This is more text" == child1.getCharacters() )); in test_SBase_appendNotes7()
839 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes8()
845 assertTrue(( "This is more text" == child1.getCharacters() )); in test_SBase_appendNotes8()
1315 assertTrue(( "This is my text" == child.getCharacters() )); in test_SBase_setNotes1()
1364 assertTrue(( "This is my text" == child.getCharacters() )); in test_SBase_setNotes2()
1400 assertTrue(( "This is my text" == child.getCharacters() )); in test_SBase_setNotes3()