@org.junit.Test
 public void testGetConflictingOperation() throws Exception {
   Assert.assertEquals(
       intentResolverUtils.getConflictingOperation(operationList, operation), null);
 }