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
configure
void configure(TestatooConfig config)
Copyright © 2008-2010 Ovea. All Rights Reserved.