}
public void testLimitToSpecificRemoteMachinesAndBrowsers() throws Exception {
action.setRemoteRunSpecifications(someRemoteRunSpecs());
action.execute();
DistributedTestRunManager testRunManager = action.getTestRunManager();
assertEquals(2, testRunManager.getRemoteRunSpecs().size());
}