The snippet
public Destination destination = new Destination( "http://localhost" );
described by the documentation does not compile because the constructor signature does not exist. The additional testObject parameter is undocumented (guess it should be the surrounding test case?).
Side note: Since this is an API breakage compared to 1.1 this should actually imply an update of the major version number ;-)