Class FakeRequest<T>

  • Type Parameters:
    T - The return type of objects in the corresponding response.
    All Implemented Interfaces:
    Request<T>

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

      • FakeRequest

        public FakeRequest()