363738394041424344
this.testCase0Helper("%!300,400{Content-Type}i"); this.testCase0Helper("xyz %Dms"); } private void testCase0Helper(String format) { CustomLogFormat clf = new CustomLogFormat(format); String format2 = clf.toString(); assertEquals(format, format2); }