private Void sayHiClosureCaller(Context context) {
CountDownNotifier notifier =
testUtilities.rhinoCallConvert("requestClosureTest", CountDownNotifier.class,
testUtilities.javaToJS(getAddress()));
boolean notified = notifier.waitForJavascript(1000 * 15);
assertTrue(notified);
Integer errorStatus = testUtilities.rhinoEvaluateConvert("globalErrorStatus", Integer.class);
assertNull(errorStatus);
String errorText = testUtilities.rhinoEvaluateConvert("globalErrorStatusText", String.class);
assertNull(errorText);