Searched refs:writeProperties (Results 1 – 2 of 2) sorted by relevance
543 InputStream is = new ByteArrayInputStream(writeProperties()); in testLoad()586 protected byte[] writeProperties() { in writeProperties() method in ProviderTest
210 prop.load(is = new ByteArrayInputStream(writeProperties())); in test_loadLjava_io_InputStream()314 is = new ByteArrayInputStream(writeProperties()); in test_loadLjava_io_Reader()1111 protected byte[] writeProperties() throws IOException { in writeProperties() method in PropertiesTest