Searched refs:contentsOf (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DFileManagerTest.java121 assertTrue(childOfS.equals(contentsOf(t_f2b1)));
126 assertTrue(childOfS.equals(contentsOf(t_f1a)));
129 assertTrue(childOfT.equals(contentsOf(t_f1b)));
130 assertTrue(childOfT.equals(contentsOf(t_f2a)));
391 assertTrue(contentsOf(dirChild).equals(ORIGINAL_CHILD_CONTENT));
396 assertTrue(contentsOf(dirChild).equals(NEW_CHILD_CONTENT));
494 assertTrue(ORIGINAL.equals(contentsOf(copiedF2b1)));
498 assertTrue(ORIGINAL.equals(contentsOf(copiedF2b1)));
572 private String contentsOf(File f) throws IOException { method in class:FileManagerTest
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DFileManagerTest.java120 assertTrue(childOfS.equals(contentsOf(t_f2b1)));
125 assertTrue(childOfS.equals(contentsOf(t_f1a)));
128 assertTrue(childOfT.equals(contentsOf(t_f1b)));
129 assertTrue(childOfT.equals(contentsOf(t_f2a)));
390 assertTrue(contentsOf(dirChild).equals(ORIGINAL_CHILD_CONTENT));
395 assertTrue(contentsOf(dirChild).equals(NEW_CHILD_CONTENT));
493 assertTrue(ORIGINAL.equals(contentsOf(copiedF2b1)));
497 assertTrue(ORIGINAL.equals(contentsOf(copiedF2b1)));
571 private String contentsOf(File f) throws IOException { method in class:FileManagerTest
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DFileManagerTest.java121 assertTrue(childOfS.equals(contentsOf(t_f2b1)));
126 assertTrue(childOfS.equals(contentsOf(t_f1a)));
129 assertTrue(childOfT.equals(contentsOf(t_f1b)));
130 assertTrue(childOfT.equals(contentsOf(t_f2a)));
391 assertTrue(contentsOf(dirChild).equals(ORIGINAL_CHILD_CONTENT));
396 assertTrue(contentsOf(dirChild).equals(NEW_CHILD_CONTENT));
494 assertTrue(ORIGINAL.equals(contentsOf(copiedF2b1)));
498 assertTrue(ORIGINAL.equals(contentsOf(copiedF2b1)));
572 private String contentsOf(File f) throws IOException { method in class:FileManagerTest
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DFileManagerTest.java120 assertTrue(childOfS.equals(contentsOf(t_f2b1)));
125 assertTrue(childOfS.equals(contentsOf(t_f1a)));
128 assertTrue(childOfT.equals(contentsOf(t_f1b)));
129 assertTrue(childOfT.equals(contentsOf(t_f2a)));
390 assertTrue(contentsOf(dirChild).equals(ORIGINAL_CHILD_CONTENT));
395 assertTrue(contentsOf(dirChild).equals(NEW_CHILD_CONTENT));
493 assertTrue(ORIGINAL.equals(contentsOf(copiedF2b1)));
497 assertTrue(ORIGINAL.equals(contentsOf(copiedF2b1)));
571 private String contentsOf(File f) throws IOException { method in class:FileManagerTest
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DFileManagerTest.java121 assertTrue(childOfS.equals(contentsOf(t_f2b1)));
126 assertTrue(childOfS.equals(contentsOf(t_f1a)));
129 assertTrue(childOfT.equals(contentsOf(t_f1b)));
130 assertTrue(childOfT.equals(contentsOf(t_f2a)));
391 assertTrue(contentsOf(dirChild).equals(ORIGINAL_CHILD_CONTENT));
396 assertTrue(contentsOf(dirChild).equals(NEW_CHILD_CONTENT));
494 assertTrue(ORIGINAL.equals(contentsOf(copiedF2b1)));
498 assertTrue(ORIGINAL.equals(contentsOf(copiedF2b1)));
572 private String contentsOf(File f) throws IOException { method in class:FileManagerTest
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/quicksetup/util/
H A DFileManagerTest.java125 assertEquals(childOfS, contentsOf(t_f2b1));
130 assertEquals(childOfS, contentsOf(t_f1a));
133 assertEquals(childOfT, contentsOf(t_f1b));
134 assertEquals(childOfT, contentsOf(t_f2a));
395 assertEquals(contentsOf(dirChild), ORIGINAL_CHILD_CONTENT);
399 assertEquals(contentsOf(dirChild), NEW_CHILD_CONTENT);
500 assertEquals(ORIGINAL, contentsOf(copiedF2b1));
504 assertEquals(ORIGINAL, contentsOf(copiedF2b1));
581 private String contentsOf(File f) throws IOException { method in class:FileManagerTest

Completed in 298 milliseconds