Searched refs:getCharArray (Results 1 – 2 of 2) sorted by relevance
204 assertEquals(null, bundle.getCharArray("foo")); in testGetOfWrongType()316 Assert.assertArrayEquals(arr, bundle.getCharArray("foo")); in testCharArray()317 assertNull(bundle.getCharArray("bar")); in testCharArray()
320 public char[] getCharArray(String key) { in getCharArray() method in ShadowBundle