org.testatoo.config
Interface Evaluator<T,E1,E2>

All Known Subinterfaces:
SeleniumSessionConfigBuilder

public interface Evaluator<T,E1,E2>


Method Summary
 E1 add(EvaluatorListener<T> listener)
          Add a callback to be executed after the startup of the implementation (Selenium, WebDriver, ...)
 E2 inCartridge(TestatooCartridge cartridge)
          Choose for wich cartridge to setup this implementation amongst supported cartridge.
 

Method Detail

add

E1 add(EvaluatorListener<T> listener)
Add a callback to be executed after the startup of the implementation (Selenium, WebDriver, ...)

Parameters:
listener - The callback
Returns:
this
See Also:
EvaluatorListener

inCartridge

E2 inCartridge(TestatooCartridge cartridge)
Choose for wich cartridge to setup this implementation amongst supported cartridge.
If the cartridge is not supported (custom cartridge), you can use add(org.testatoo.config.cartridge.EvaluatorListener) to register a callback to setup your org.testatoo.core.Cartridge

Parameters:
cartridge - The cartridge to build with this implementation
Returns:
Fluent API ocnstruction...
See Also:
TestatooCartridge


Copyright © 2008-2010 Ovea. All Rights Reserved.