assertNull(cachedConfig, "Unexpected cached config found.");
}
@Test
public void testSkipCacheImplicit() throws Exception {
ConnectorConfig nativeConfig = new ConnectorConfig();
nativeConfig.setAuthEndpoint(userInfo.getServerEndpoint());
nativeConfig.setUsername(userInfo.getUserName());
nativeConfig.setPassword(userInfo.getPassword());
// Login outside of the ForceServiceConnector
PartnerConnection conn = Connector.newConnection(nativeConfig);
// A session id can represent a username and password