public class ActionTestingSupport extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INBOUND_MSG_ID
ID of the inbound message.
|
static String |
INBOUND_MSG_ISSUER
Issuer of the inbound message.
|
static String |
OUTBOUND_MSG_ID
ID of the outbound message.
|
static String |
OUTBOUND_MSG_ISSUER
Issuer of the outbound message.
|
| Constructor and Description |
|---|
ActionTestingSupport() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertEvent(org.springframework.webflow.execution.Event event,
String id)
Checks that the event is not null, that the event source is not null, and that the event ID is the given id.
|
static void |
assertProceedEvent(org.springframework.webflow.execution.Event event)
Checks that the given event is a proceed event.
|
public static final String INBOUND_MSG_ID
public static final String INBOUND_MSG_ISSUER
public static final String OUTBOUND_MSG_ID
public static final String OUTBOUND_MSG_ISSUER
public static void assertEvent(org.springframework.webflow.execution.Event event,
String id)
event - the event to checkpublic static void assertProceedEvent(org.springframework.webflow.execution.Event event)
event - the event to checkCopyright © 1999–2020 Shibboleth Consortium. All rights reserved.