Searched defs:buildBackupable (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/util/
H A DBackupManagerTestCase.java85 Backupable backupable0 = buildBackupable(createSourceDirectory(label0), 3);
91 Backupable backupable1 = buildBackupable(createSourceDirectory(label1), 3);
98 Backupable backupable2 = buildBackupable(createSourceDirectory(label2), 3);
106 Backupable backupable3 = buildBackupable(createSourceDirectory(label3), 3);
115 Backupable backupable4 = buildBackupable(createSourceDirectory(label4), 3);
122 Backupable backupable5 = buildBackupable(createSourceDirectory(label5), 0);
190 Backupable backupable0 = buildBackupable(sourceDirectory, 2);
203 Backupable backupable1 = buildBackupable(sourceDirectory, 4);
311 private Backupable buildBackupable(Path sourceDirectory, int numberOfFiles) throws Exception method in class:BackupManagerTestCase

Completed in 21 milliseconds