Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.test.runner
Annotation Type LocalDeploy


@Inherited
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface LocalDeploy

A list of artifacts to be deployed.

Deployable artifacts are either bundles either components:

Example:


Required Element Summary
 String[] value
          The local resource URI.
 

Element Detail

value

public abstract String[] value
The local resource URI. The resource uri is of the form bundleId:path/to/resource where resource is a test resource located in src/test/resources that should be resolved using current class loader and deployed as part of the given bundle.


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.