2627282930313233
private TeamCityCommunicator communicator; @Before public void setup() { communicator = new TeamCityCommunicator(new JsonRestRequester(new Gson(), Functions.<String>identity(), channel), "http://foo"); }