| Package | Description |
|---|---|
| org.rhq.test.arquillian | |
| org.rhq.test.arquillian.impl |
| Class and Description |
|---|
| FakeServerInventory.CompleteDiscoveryChecker
You can
FakeServerInventory.CompleteDiscoveryChecker.waitForDiscoveryComplete() on an instance of this class
for the complete discovery to finish in case your
fake server commits some resources (which starts off
asynchronous discovery of children). |
| When |
| Class and Description |
|---|
| AfterDiscovery
Similar to
@BeforeDiscovery, methods annotated with this
annotation are run just after the discovery ran. |
| BeforeDiscovery
Marks a method as to be run before the discovery is executed
on a test method.
|
| RunDiscovery
Instructs to run discovery before a test method is executed.
|
| ServerServicesSetup
Methods annotated with this annotation will have a chance to interact with
the configured server services implementation right after it has been instantiated,
before it is passed to the plugin container's configuration.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.