org.testatoo.config
Interface TestatooModule

All Known Implementing Classes:
AbstractTestatooModule

public interface TestatooModule

Module used to configure Testatoo. Client code must provide an implementation of the module interface to Testatoo to build a Tetsatoo config.

To facilitate configuration and method accessibility, we also provide an AbstractTestatooModule which you can extend and will provide direct access to methods in TestatooConfig


Method Summary
 void configure(TestatooConfig config)
           
 

Method Detail

configure

void configure(TestatooConfig config)


Copyright © 2008-2010 Ovea. All Rights Reserved.