|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Documented public @interface MycilaPlugins
This annotation can be place in your test class to control the
PluginManager. You can choose if you want to
load Mycila Plugins statically shared for all tests or if the plugins should
be loaded each time a test instance is created. Also, you have the ability
to control which descriptor file is used to load the plugins.
| Optional Element Summary | |
|---|---|
String |
descriptor
Overrides default plugin descriptor file to use. |
Cache |
value
Specify if this test instance should use the plugins shared statically amongst all test instance or if the plugins should be reloaded for this test. |
public abstract Cache value
public abstract String descriptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||