verify(mock2, never()).setConnectorId(anyString());
}
@Test
public void testCreateConnectorWithToolModel_shouldCreateTransformingProxy() throws Exception {
NullConnector mockedConnector = mock(NullConnector.class);
when(factory.createNewInstance(anyString())).thenReturn(mockedConnector);
Map<String, String> attributes = new HashMap<String, String>();
attributes.put("answer", "42");
Map<String, Object> properties = new Hashtable<String, Object>();