Lines Matching refs:LDIFDiff

47  * A set of test cases for the LDIFDiff tool.
99 * Tests the LDIFDiff tool with an argument that will simply cause it to
106 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
109 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
112 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
118 * Tests the LDIFDiff tool with an invalid set of arguments.
128 assertFalse(LDIFDiff.mainDiff(args, true, System.out, System.err) == 0);
272 * Tests the LDIFDiff tool with the provided information to ensure that the
322 assertFalse(LDIFDiff.mainDiff(args, true, System.out, System.err) == 0);
327 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
330 assertEquals(LDIFDiff
339 * Tests the LDIFDiff tool with the provided information to ensure that the
390 assertFalse(LDIFDiff.mainDiff(args, true, System.out, System.err) == 0);
395 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
398 assertEquals(LDIFDiff
406 * Tests the LDIFDiff tool by first identifying the differences between the
459 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
460 assertEquals(LDIFDiff
481 // Use LDIFDiff again to verify that there are effectively no differences
500 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
502 assertEquals(LDIFDiff
513 * Tests the LDIFDiff tool by first identifying the differences between the
567 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
568 assertEquals(LDIFDiff
589 // Use LDIFDiff again to verify that there are effectively no differences
608 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
610 assertEquals(LDIFDiff
657 * Tests the LDIFDiff tool with the provided information to ensure that the
695 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 1);
699 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);
744 * Tests the LDIFDiff tool with the provided information to ensure that the
782 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 1);
786 assertEquals(LDIFDiff.mainDiff(args, true, System.out, System.err), 0);