|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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.
@ConfigureMycilaPlugins
void configure(PluginManager<TestPlugin> pluginManager) {}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||