}
public void testSendAsyncGetRequest() throws Exception{
GDataRequest gdataRequest = new GDataRequest("http://www.therandomhomepage.com");
Request sentRequest = gdataRequest.sendGetRequest(new RequestCallback(){
public void onResponseReceived(Request request, Response response) {
assertTrue(!request.isPending());
System.out.println("response = " + response.getText());
finishTest();