for (DataRecordIdentifierRBTNode node : knownCandidate) {
try {
builder.append(node.getElement());
builder.append(',');
} catch (RBTException exception) {
throw new TestRuntimeException(exception);
}
}
builder.append("\nknownToGarbage=\n");
for (DataRecordIdentifierRBTNode node : knownToGarbage) {
try {
builder.append(node.getElement());
builder.append(',');
} catch (RBTException exception) {
throw new TestRuntimeException(exception);
}
}
builder.append("\nreferenceLinkGraphFromLinkInfo=\n");
builder.append(referenceLinkGraphFromLinkInfo);
builder.append("\nreferenceLinkGraphFromStorage=\n");