assertTrue("Spring config is wrong. Bridge was null", bridge != null);
VeracodeRemoteProvider provider = new VeracodeRemoteProvider();
bridge.injectDependenciesManually(provider);
provider.utils = new VeracodeMockHttpUtils();
RemoteProviderType type = new RemoteProviderType();
type.setUsername(VeracodeMockHttpUtils.GOOD_USERNAME);
type.setPassword(VeracodeMockHttpUtils.GOOD_PASSWORD);