assertExchange(exchange);
}
@Override
protected void registerHandler(LocalTestServer server) {
server.register("/", new BasicValidationHandler("GET", "hl=en&q=camel", null, getExpectedContent()));
server.register("/test/", new BasicValidationHandler("GET", "my=@+camel", null, getExpectedContent()));
server.register("/user/pass", new BasicValidationHandler("GET", "password=baa&username=foo", null, getExpectedContent()));
}