| Package | Description |
|---|---|
| org.jboss.arquillian.warp.impl.client.execution |
| Modifier and Type | Class and Description |
|---|---|
class |
WarpGroupImpl
Default implemetnation of
WarpGroup. |
| Modifier and Type | Method and Description |
|---|---|
WarpGroup |
WarpContextImpl.getGroup(Object identifier) |
WarpGroup |
WarpContext.getGroup(Object identifier)
Returns the request group based on its identifier under which it was registered using
WarpContext.addGroup(WarpGroup). |
| Modifier and Type | Method and Description |
|---|---|
Collection<WarpGroup> |
WarpContextImpl.getAllGroups() |
Collection<WarpGroup> |
WarpContext.getAllGroups()
Returns all registered groups
|
| Modifier and Type | Method and Description |
|---|---|
void |
WarpContextImpl.addGroup(WarpGroup group) |
void |
WarpContext.addGroup(WarpGroup group)
Registers group to be inspected
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.