Package org.nuxeo.runtime.test.runner
Annotation Interface Deploys
Allow the usage of multiple @Deploy
Deployable artifacts are either bundles either components: Example
@Deploy({"org.nuxeo.runtime", "org.nuxeo.core:OSGI-INF/component.xml"})can now be written: *
@Deploy("org.nuxeo.runtime") @Deploy("org.nuxeo.core:OSGI-INF/component.xml")
-
Required Element Summary
-
Element Details
-
value
Deploy[] value
-