A B C D E G M P T U

A

addCommand(Command) - Method in class com.gwtplatform.tester.DeferredCommandManager
 
AsyncMockProvider<T> - Class in com.gwtplatform.tester
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.
AsyncMockProvider(T) - Constructor for class com.gwtplatform.tester.AsyncMockProvider
Construct a AsyncProvider that will provide the mock object.
AsyncMockProvider(Throwable) - Constructor for class com.gwtplatform.tester.AsyncMockProvider
Construct a AsyncProvider that will fail to provide the mock object, and will fail with the specified error.

B

bindMockActionHandler(Class<H>, H) - Method in class com.gwtplatform.tester.MockHandlerModule
Registers a mock server-side action handlers.
bindMockClientActionHandler(Class<A>, H) - Method in class com.gwtplatform.tester.MockHandlerModule
Registers a mock client-side action handlers.
bindMockHandler(Class<H>, H) - Method in class com.gwtplatform.tester.MockHandlerModule
Deprecated. 

C

com.gwtplatform.tester - package com.gwtplatform.tester
 
configure() - Method in class com.gwtplatform.tester.MockHandlerModule
 
configure() - Method in class com.gwtplatform.tester.TestDispatchModule
 
configureMockHandlers() - Method in class com.gwtplatform.tester.MockHandlerModule
 
createAndBindUi(O) - Method in class com.gwtplatform.tester.MockingBinder
 

D

DeferredCommandManager - Class in com.gwtplatform.tester
This class mimicks GWT's DeferredCommand but it can be used in test cases without having to rely on a GWTTestCase.
DeferredCommandManager() - Constructor for class com.gwtplatform.tester.DeferredCommandManager
 

E

execute(A, AsyncCallback<R>) - Method in class com.gwtplatform.tester.TestDispatchAsync
 
execute(String, Action<?>) - Method in class com.gwtplatform.tester.TestDispatchService
 

G

get(AsyncCallback<T>) - Method in class com.gwtplatform.tester.AsyncMockProvider
 
get() - Method in class com.gwtplatform.tester.MockProvider
 
getActionClass() - Method in interface com.gwtplatform.tester.MockClientActionHandlerMap
 
getClientActionHandler() - Method in interface com.gwtplatform.tester.MockClientActionHandlerMap
 

M

mock(Class<T>) - Method in interface com.gwtplatform.tester.MockFactory
 
MockClientActionHandlerMap - Interface in com.gwtplatform.tester
This is the interface that define the map of Action to ClientActionHandler for unit testing.
MockFactory - Interface in com.gwtplatform.tester
Mocking factory that transfer the work of creating a mock object to any Mocking framework.
MockHandlerModule - Class in com.gwtplatform.tester
Module for use in test cases when creating a guice injector that needs to provide mock handlers.
MockHandlerModule() - Constructor for class com.gwtplatform.tester.MockHandlerModule
 
MockingBinder<U,O> - Class in com.gwtplatform.tester
MockingBinder makes testing view even easier by mocking every UiField and returning a mocked object upon creation.
MockingBinder(Class<U>, MockFactory) - Constructor for class com.gwtplatform.tester.MockingBinder
 
MockProvider<T> - Class in com.gwtplatform.tester
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.
MockProvider(T) - Constructor for class com.gwtplatform.tester.MockProvider
Construct a Provider that will provide the mock object.

P

pump() - Method in class com.gwtplatform.tester.DeferredCommandManager
 

T

TestDispatchAsync - Class in com.gwtplatform.tester
This class is an implementation of DispatchAsync for use with test cases that configure guice using a MockHandlerModule.
TestDispatchAsync(TestDispatchService, Injector) - Constructor for class com.gwtplatform.tester.TestDispatchAsync
 
TestDispatchModule - Class in com.gwtplatform.tester
This class configures guice for use in test cases with a MockHandlerModule.
TestDispatchModule() - Constructor for class com.gwtplatform.tester.TestDispatchModule
 
TestDispatchService - Class in com.gwtplatform.tester
This class is an implementation of DispatchService for use with test cases that configure guice using a MockHandlerModule.
TestDispatchService(Dispatch) - Constructor for class com.gwtplatform.tester.TestDispatchService
 

U

undo(A, R, AsyncCallback<Void>) - Method in class com.gwtplatform.tester.TestDispatchAsync
 
undo(String, Action<Result>, Result) - Method in class com.gwtplatform.tester.TestDispatchService
 

A B C D E G M P T U

Copyright © 2010-2011 ArcBees. All Rights Reserved.