handler.service(id, null, "true", null, writer);
assertEquals("{\"command\":\"noop\"}", out.toString());
}
public void testConnectionHeartBeat() throws Exception {
CapturedBrowsers browsers = new CapturedBrowsers(new BrowserIdStrategy(new MockTime(0)));
String id = "1";
MockTime time = new MockTime(42L);
SlaveBrowser slave =
new SlaveBrowser(time, id, new BrowserInfo(), 20, null, CaptureHandler.QUIRKS,
RunnerType.CLIENT, BrowserState.CAPTURED, new Instant(0));
String data = "hello";