FrameworkBaseCase failTest = new OptOutTestCase("testOptOut");
circuitFactory.setSender(failPair.get(0));
circuitFactory.setReceiver(failPair.get(1));
failTest.setCircuitFactory(circuitFactory);
failTest.run(testResult);
}
// Loop over all combinations of clients, willing to run the test.
Set<List<TestClientDetails>> enlistedPairs = allPairs(enlists, enlists);