Nuxeo Enterprise Platform 5.4

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
 java.lang.String[] value
          The local resource URI.
 

Element Detail

value

public abstract java.lang.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.