SessionKey session = new SessionKey();
control.replay();
Iface thrift = getIface(ImmutableMap.of("createJob", false));
assertEquals(ResponseCode.ERROR, thrift.createJob(job, null, session).getResponseCode());
}
@Test(expected = CreationException.class)
public void testMissingMethod() {
control.replay();