Searched defs:formatTest (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/text/Format/DateFormat/
H A DWeekDateTest.java84 formatTest(roundTripData);
91 private static void formatTest(String[][] data) throws Exception { method in class:WeekDateTest
H A DISO8601ZoneTest.java122 formatTest(isoZoneFormats[i % isoZoneFormats.length],
149 static void formatTest(String fmt, String expected) throws Exception { method in class:ISO8601ZoneTest
153 throw new RuntimeException("formatTest: got " + s
159 throw new RuntimeException("formatTest: parse(" + s
167 throw new RuntimeException("formatTest: parse(" + s
172 throw new RuntimeException("formatTest: wrong resulting parse position: "

Completed in 35 milliseconds