org.rhq.test.arquillian
Annotation Type DiscoveredResources


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface DiscoveredResources

Fields of type Set<Resource> annotated with this annotation will contain the results of the discovery for a particular resource type.

For this to work, the discovery needs to run before the test (which can be achieved by specifying the correct configuration of the PluginContainerInstance annotation).

Author:
Lukas Krejci

Required Element Summary
 String plugin
           
 String resourceType
           
 

Element Detail

plugin

public abstract String plugin

resourceType

public abstract String resourceType


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.