Class FakeRequest<T>
- java.lang.Object
-
- com.google.web.bindery.requestfactory.shared.testing.FakeRequest<T>
-
-
Constructor Summary
Constructors Constructor Description FakeRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fire()
No-op.void
fire(Receiver<? super T> receiver)
No-op.RequestContext
getRequestContext()
Returnsnull
.RequestContext
to(Receiver<? super T> receiver)
Returnsnull
.Request<T>
with(java.lang.String... propertyRefs)
Returnsthis
.
-
-
-
Method Detail
-
getRequestContext
public RequestContext getRequestContext()
Returnsnull
.- Specified by:
getRequestContext
in interfaceRequest<T>
-
to
public RequestContext to(Receiver<? super T> receiver)
Returnsnull
.- Specified by:
to
in interfaceRequest<T>
- Parameters:
receiver
- aReceiver
instance- Returns:
- a
RequestContext
instance
-
-