equal
deleted
inserted
replaced
49 " T t2)" }, |
49 " T t2)" }, |
50 { BUG_ID + "/p/Indent.html", |
50 { BUG_ID + "/p/Indent.html", |
51 "\n" + |
51 "\n" + |
52 " throws java.lang.Exception" } |
52 " throws java.lang.Exception" } |
53 }; |
53 }; |
54 private static final String[][] NEGATED_TEST = NO_TEST; |
|
55 |
54 |
56 /** |
55 /** |
57 * The entry point of the test. |
56 * The entry point of the test. |
58 * @param args the array of command line arguments. |
57 * @param args the array of command line arguments. |
59 */ |
58 */ |
60 public static void main(String[] args) { |
59 public static void main(String[] args) { |
61 TestIndentation tester = new TestIndentation(); |
60 TestIndentation tester = new TestIndentation(); |
62 tester.run(ARGS, TEST, NEGATED_TEST); |
61 tester.run(ARGS, TEST, NO_TEST); |
63 tester.printSummary(); |
62 tester.printSummary(); |
64 } |
63 } |
65 |
64 |
66 /** |
65 /** |
67 * {@inheritDoc} |
66 * {@inheritDoc} |