Searched refs:oarr (Results 1 – 2 of 2) sorted by relevance
/external/apache-commons-io/src/test/java/org/apache/commons/io/ |
D | IOUtilsTest.java | 705 final char[] oarr = os.toCharArray(); in testCopyLarge_CharExtraLength() local 708 assertEquals(200, oarr.length); in testCopyLarge_CharExtraLength() 710 assertEquals(1, oarr[1]); in testCopyLarge_CharExtraLength() 711 assertEquals(79, oarr[79]); in testCopyLarge_CharExtraLength() 712 assertEquals((char) -1, oarr[80]); in testCopyLarge_CharExtraLength() 731 final char[] oarr = os.toCharArray(); in testCopyLarge_CharFullLength() local 734 assertEquals(200, oarr.length); in testCopyLarge_CharFullLength() 736 assertEquals(1, oarr[1]); in testCopyLarge_CharFullLength() 737 assertEquals(79, oarr[79]); in testCopyLarge_CharFullLength() 738 assertEquals((char) -1, oarr[80]); in testCopyLarge_CharFullLength() [all …]
|
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/ |
D | TemplateTestCase.java | 169 Object[] oarr = { "a","b","c","d" } ; in setUp() local 176 context.put("obarr", oarr ); in setUp()
|