Uses of Interface
com.google.gwtmockito.fakes.FakeProvider

Packages that use FakeProvider
com.google.gwtmockito   
com.google.gwtmockito.fakes   
 

Uses of FakeProvider in com.google.gwtmockito
 

Methods in com.google.gwtmockito with parameters of type FakeProvider
static void GwtMockito.useProviderForType(Class<?> type, FakeProvider<?> provider)
          Specifies that the given provider should be used to GWT.create instances of the given type and its subclasses.
 

Uses of FakeProvider in com.google.gwtmockito.fakes
 

Classes in com.google.gwtmockito.fakes that implement FakeProvider
 class FakeClientBundleProvider
          Provides fake implementations of ClientBundles.
 class FakeMessagesProvider<T>
          Provides fake implementations of Messages, CssResource, and SafeHtmlTemplates.
 class FakeUiBinderProvider
          Provides fake implementations of UiBinder.
 



Copyright © 2013. All Rights Reserved.