Searched refs:validateOutput (Results 1 – 1 of 1) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | PropertiesTest.java | 948 private void validateOutput(String[] expectStrings, byte[] output) in validateOutput() method in PropertiesTest 965 validateOutput(new String[] { "#comment1", "#comment2" }, in testStore_scenario0() 974 validateOutput(new String[] { "#comment1", "#comment2" }, in testStore_scenario1() 983 validateOutput(new String[] { "#comment1", "#comment2" }, in testStore_scenario2() 992 validateOutput(new String[] { "#comment1", "#", "#comment2" }, in testStore_scenario3() 1001 validateOutput(new String[] { "#comment1", "#comment2" }, in testStore_scenario4() 1010 validateOutput(new String[] { "#comment1", "!comment2" }, in testStore_scenario5() 1019 validateOutput(new String[] { "#comment1", "#comment2" }, in testStore_scenario6() 1028 validateOutput(new String[] { "#comment1", "!comment2" }, in testStore_scenario7() 1037 validateOutput(new String[] { "#comment1", "#comment2" }, in testStore_scenario8() [all …]
|