TestContainer testContainer = testToContainerMap.get(address);
if (testContainer == null) {
throw new IllegalArgumentException("TestAddress " + address
+ " not from this reactor? Got it from getTargets() really?");
}
testContainer.call(address);
}
public Set<TestAddress> getTargets() {
buildTestMap(testContainers, probes);
return testToContainerMap.keySet();