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

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java365 StringBuilder importedData = new StringBuilder();
367 testService, serverId2, servers, 0, null, importedData, 0);
374 waitEndExport(exportedData, importedData);
375 assertExportSucessful(domain1, domain2, exportedData, importedData);
431 StringBuilder importedData = new StringBuilder();
433 testService, 2, servers2, 0, null, importedData, 0);
437 waitEndExport(exportedData, importedData);
438 assertExportSucessful(domain1, domain2, exportedData, importedData);
457 private void waitEndExport(String exportedData, StringBuilder importedData) throws Exception argument
460 while (importedData
467 assertExportSucessful(ReplicationDomain domain1, ReplicationDomain domain2, String exportedData, StringBuilder importedData) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java365 StringBuilder importedData = new StringBuilder();
367 testService, serverId2, servers, 0, null, importedData, 0);
374 waitEndExport(exportedData, importedData);
375 assertExportSucessful(domain1, domain2, exportedData, importedData);
431 StringBuilder importedData = new StringBuilder();
433 testService, 2, servers2, 0, null, importedData, 0);
437 waitEndExport(exportedData, importedData);
438 assertExportSucessful(domain1, domain2, exportedData, importedData);
457 private void waitEndExport(String exportedData, StringBuilder importedData) throws Exception argument
460 while (importedData
467 assertExportSucessful(ReplicationDomain domain1, ReplicationDomain domain2, String exportedData, StringBuilder importedData) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/service/
H A DReplicationDomainTest.java360 StringBuilder importedData = new StringBuilder();
362 testService, serverId2, servers, 0, null, importedData, 0);
369 waitEndExport(exportedData, importedData);
370 assertExportSucessful(domain1, domain2, exportedData, importedData);
426 StringBuilder importedData = new StringBuilder();
428 testService, 2, servers2, 0, null, importedData, 0);
432 waitEndExport(exportedData, importedData);
433 assertExportSucessful(domain1, domain2, exportedData, importedData);
452 private void waitEndExport(String exportedData, StringBuilder importedData) throws Exception argument
455 while (importedData
462 assertExportSucessful(ReplicationDomain domain1, ReplicationDomain domain2, String exportedData, StringBuilder importedData) argument
[all...]

Completed in 31 milliseconds