Uses of Interface
org.testatoo.config.Provider

Packages that use Provider
org.testatoo.config   
 

Uses of Provider in org.testatoo.config
 

Classes in org.testatoo.config that implement Provider
 class SingletonProvider<T>
          Wrapper for Provider which returns always the same instance, as a singleton

Example:

 

Methods in org.testatoo.config that return Provider
 Provider<T> ProviderBuilder.build()
           
 

Methods in org.testatoo.config with parameters of type Provider
static
<T> SingletonProvider<T>
SingletonProvider.from(Provider<T> provider)
          Wrap the given Provider to return always the same instance all the time.
 ScopedProvider<E> ScopedProviderRegistry.register(Provider<T> provider)
          Register in Testatoo an implementation provider.
 E ProviderRegistry.register(Provider<T> provider)
          Register in Testatoo an implementation provider.
 



Copyright © 2008-2010 Ovea. All Rights Reserved.