}
public void testValidPasswordOperationHandler() throws Exception {
CredentialProperties credentials = getTestFixture().getCredentials();
CloudCredentials cloudCredentials = new CloudCredentials(credentials.userEmail, credentials.password);
CloudFoundryOperations client = createClient(cloudCredentials,
CloudFoundryTestFixture.CF_PIVOTAL_SERVER_URL_HTTP);
CloudFoundryLoginHandler operationsHandler = new CloudFoundryLoginHandler(client);