Home
last modified time | relevance | path

Searched refs:writeProperties (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DProviderTest.java543 InputStream is = new ByteArrayInputStream(writeProperties()); in testLoad()
586 protected byte[] writeProperties() { in writeProperties() method in ProviderTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DPropertiesTest.java210 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