java.lang.Object
com.google.web.bindery.requestfactory.shared.testing.FakeRequest<T>
Type Parameters:
T - The return type of objects in the corresponding response.
All Implemented Interfaces:
Request<T>

public class FakeRequest<T> extends Object implements Request<T>
A no-op implementation of Request that can be used as a base type for writing unit tests.
  • Constructor Details

    • FakeRequest

      public FakeRequest()
  • Method Details