org.testatoo.config
Interface ProviderBuilder<T>

All Known Subinterfaces:
ContainerBuilder, SeleniumServerBuilder, SeleniumSessionBuilder

public interface ProviderBuilder<T>


Method Summary
 Provider<T> build()
           
 

Method Detail

build

Provider<T> build()
Returns:
a Provider that is able to return the proper implementation built, at runtime when needed.


Copyright © 2008-2010 Ovea. All Rights Reserved.