public void shouldEncodeParametersCorrectly() throws HttpClientException, FileNotFoundException, IOException,
OpenShiftException {
// pre-conditions
IHttpClient httpClient = new PayLoadReturningHttpClientFake(IHttpClient.MEDIATYPE_APPLICATION_JSON, "1.0");
// operation
String response = httpClient.post(serverFake.getUrl(),
new FormUrlEncodedMediaType(),
IHttpClient.NO_TIMEOUT,
new StringParameter("adietish", "redhat"),
new StringParameter("xcoulon", "redhat"));