@Test
public void testGetJobSummary() throws Exception {
Response response = new Response()
.setResponseCode(OK)
.setResult(Result.jobSummaryResult(new JobSummaryResult()
.setSummaries(ImmutableSet.of(new JobSummary()
.setJob(JOB_CONFIG.newBuilder())))));
expect(thrift.getJobSummary("roleA")).andReturn(response);