public interface WarpGroup extends WarpGroupResult, GroupExecutionSpecifier, GroupInspectionSpecifier
The Warp request group as seen by Warp internally.
Extends WarpGroupResult which is interface exposed to user.
The logic of group is as follows:
RequestPayloadResponsePayload to be paired with adequeate RequestPayloadRequestPayloads in order to get first non-successful TestResultWarpGroupResult to be used by final user| Modifier and Type | Method and Description |
|---|---|
void |
addInspections(Inspection... inspections)
Adds inspections to this group
|
RequestPayload |
generateRequestPayload()
Generates
RequestPayload which can be verified on server. |
int |
getExpectedRequestCount()
Get a number of requests expected by this group
|
org.jboss.arquillian.test.spi.TestResult |
getFirstNonSuccessfulResult()
Get a first result of verification of this group which isn't
Status.PASSED. |
Object |
getId()
The id of this group
|
RequestObserver |
getObserver()
Returns a filter associated with this group or null if no filter was associated with this group
|
boolean |
pushResponsePayload(ResponsePayload payload)
Pushes response payload associated with this group.
|
getHitCount, getInspection, getInspectionForHitNumber, getInspections, getInspectionsForHitNumberexpectCountinspectobserve, observe, observeObject getId()
RequestObserver getObserver()
void addInspections(Inspection... inspections)
RequestPayload generateRequestPayload()
RequestPayload which can be verified on server.boolean pushResponsePayload(ResponsePayload payload)
org.jboss.arquillian.test.spi.TestResult getFirstNonSuccessfulResult()
Status.PASSED.int getExpectedRequestCount()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.