{
@Test
public void testCreateConnector()
throws Exception
{
Plugin plugin = new PostgreSqlPlugin();
ConnectorFactory factory = getOnlyElement(plugin.getServices(ConnectorFactory.class));
factory.create("test", ImmutableMap.of("connection-url", "test"));
}