org.rhq.test.arquillian
Annotation Type PluginContainerInstance


@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface PluginContainerInstance

When placed on type, this annotation merely configures the behavior of the plugin container instance before each test.

When used on a field, the field is in addition assigned the plugin container instance so that it can be easily used in the tests.

Author:
Lukas Krejci

Optional Element Summary
 boolean discoverServers
           
 boolean discoverServices
           
 

discoverServers

public abstract boolean discoverServers
Default:
false

discoverServices

public abstract boolean discoverServices
Default:
false


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