{
throw new IllegalArgumentException(
"No " + Furnace.class.getName() + " found in " + ProtocolMetaData.class.getName() + ". " +
"Furnace protocol can not be used");
}
return new ForgeTestMethodExecutor(protocolConfiguration, contexts.iterator().next());
}