public void checkRestfuseDownloadDocsStatus() {
assertOk( response );
}
private Destination getDestination() {
Destination destination = new Destination( this,
"http://search.maven.org/remotecontent?filepath="
+ "com/restfuse/com.eclipsesource.restfuse/{version}/" );
RequestContext context = destination.getRequestContext();
context.addPathSegment( "file", "com.eclipsesource.restfuse-1.1.1" ).addPathSegment( "version", "1.1.1" );
return destination;
}