// Confirm the proper order of the replicant node names
lookupReplicantsNodes = maskListClass(drm.lookupReplicantsNodes("TEST"));
confirmReplicantList(lookupReplicantsNodes, nodes, added);
// Confirm the proper order of the replicants via lookupReplicants
lookup = maskListClass(drm.lookupReplicants("TEST"));
confirmReplicantList(lookup, replicants, added);
// Confirm the listener got the same list
// assertEquals("Listener received a correct list", lookup,
// maskListClass(listener.replicants));