org.rhq.test.arquillian
Annotation Type RunDiscovery


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

Instructs to run discovery before a test method is executed.

Author:
Lukas Krejci

Optional Element Summary
 boolean discoverServers
          True (the default) if server discovery should be run.
 boolean discoverServices
          True (the default) if service discovery should be run.
 

discoverServers

public abstract boolean discoverServers
True (the default) if server discovery should be run.

Default:
true

discoverServices

public abstract boolean discoverServices
True (the default) if service discovery should be run.

Default:
true


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