Lines Matching refs:LDIFDiff

48  * A set of test cases for the LDIFDiff tool.
100 * Tests the LDIFDiff tool with an argument that will simply cause it to
107 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
110 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
113 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
119 * Tests the LDIFDiff tool with an invalid set of arguments.
129 assertFalse(LDIFDiff.mainDiff(args, true, System.out, System.err) == 0);
273 * Tests the LDIFDiff tool with the provided information to ensure that the
323 assertFalse(LDIFDiff.mainDiff(args, true, System.out, System.err) == 0);
328 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
331 assertEquals(LDIFDiff
340 * Tests the LDIFDiff tool with the provided information to ensure that the
391 assertFalse(LDIFDiff.mainDiff(args, true, System.out, System.err) == 0);
396 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
399 assertEquals(LDIFDiff
407 * Tests the LDIFDiff tool by first identifying the differences between the
460 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
461 assertEquals(LDIFDiff
482 // Use LDIFDiff again to verify that there are effectively no differences
501 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
503 assertEquals(LDIFDiff
514 * Tests the LDIFDiff tool by first identifying the differences between the
568 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
569 assertEquals(LDIFDiff
590 // Use LDIFDiff again to verify that there are effectively no differences
609 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
611 assertEquals(LDIFDiff
658 * Tests the LDIFDiff tool with the provided information to ensure that the
696 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 1);
700 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
745 * Tests the LDIFDiff tool with the provided information to ensure that the
783 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 1);
787 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);