Interface | Description |
---|---|
MockClientActionHandlerMap |
This is the interface that define the map of
Action to
ClientActionHandler for unit testing. |
MockFactory |
Mocking factory that transfer the work of creating a mock object to any
Mocking framework.
|
Class | Description |
---|---|
AsyncMockProvider<T> |
For use in test cases where an
AsyncProvider is required to provide
an object and the test case needs to provide a mock of the object. |
DeferredCommandManager |
This class mimicks GWT's
DeferredCommand
but it can be used in test cases without having to rely on a
GWTTestCase . |
MockHandlerModule |
Module for use in test cases when creating a guice injector that needs to
provide mock handlers.
|
MockingBinder<U,O> |
MockingBinder makes testing view even easier by mocking every
UiField and returning a mocked object upon creation. |
MockProvider<T> |
For use in test cases where an
Provider is required to provide an
object and the test case needs to provide a mock of the object. |
TestDispatchAsync |
This class is an implementation of
DispatchAsync for use with test
cases that configure guice using a MockHandlerModule . |
TestDispatchModule |
This class configures guice for use in test cases with a
MockHandlerModule . |
TestDispatchService |
This class is an implementation of
DispatchService for use with test
cases that configure guice using a MockHandlerModule . |
Copyright © 2010-2014 ArcBees. All Rights Reserved.