com.mycila.testing.core.annot
Annotation Type ConfigureMycilaPlugins


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
@Documented
public @interface ConfigureMycilaPlugins

This annotation can be place on any method in your test class to be able to configure the PluginManager at runtime.

The method must have one argument, which is the plugin manager. In example:

@ConfigureMycilaPlugins void configure(PluginManager<TestPlugin> pluginManager) {}

Author:
Mathieu Carbou (mathieu.carbou@gmail.com)



Copyright © 2008-2011 Mycila. All Rights Reserved.