@Test(expected = UnsupportedOperationException.class)
 public void shouldSetParameters() throws Exception {
   Map<String, String> map = new HashMap<String, String>();
   map.put("test1", "test2");
   postgresFeedSource.setParameters(map);
 }