cf-java-client
cf-java-client copied to clipboard
Integration tests depend on optional "routing" endpoint
trafficstars
When running the integration tests of cf-java-client, some of them fail because they depend on the routing-api. The routing-api is optional and by default not installed. The tests should be aware of the installation state (it is reported by a "null" value when calling the "/" endpoint. They should be skipped when the routing-api is not installed.
I will push some corrections.