+ classLiteral.getName() + "' through '"
+ gwtCreateHandler.getClass().getName() + "' instance", e);
}
}
throw new GwtTestDeferredBindingException("No declared "
+ GwtCreateHandler.class.getSimpleName()
+ " has been able to create an instance of '" + classLiteral.getName()
+ "'. You should add our own with "
+ GwtConfig.get().getModuleRunner().getClass().getSimpleName()
+ ".addGwtCreateHandler(..) method or declared your tested object with @"