| Package | Description |
|---|---|
| io.klerch.alexa.test.asset | |
| io.klerch.alexa.test.response |
| Modifier and Type | Method and Description |
|---|---|
static AlexaAsset |
AlexaAsset.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlexaAsset[] |
AlexaAsset.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AlexaResponse |
AlexaResponse.assertEquals(AlexaAsset asset,
Object value)
Validates the value of a speechlet asset.
|
AlexaResponse |
AlexaResponse.assertExists(AlexaAsset asset)
Validates the existence of a speechlet asset inside the response.
|
AlexaResponse |
AlexaResponse.assertMatches(AlexaAsset asset,
String pattern)
Validates if the value of a speechlet asset ifMatch the pattern given.
|
AlexaResponse |
AlexaResponse.assertNotEquals(AlexaAsset asset,
Object value)
Validates the value of a speechlet asset.
|
AlexaResponse |
AlexaResponse.assertNotExists(AlexaAsset asset)
Validates the existence of a speechlet asset inside the response.
|
boolean |
AlexaResponse.ifEquals(AlexaAsset asset,
Object value)
Validates the value of a speechlet asset.
|
AlexaResponse |
AlexaResponse.ifEquals(AlexaAsset asset,
Object value,
Consumer<AlexaSession> followUp)
Validates the value of a speechlet asset.
|
boolean |
AlexaResponse.ifExists(AlexaAsset asset)
Validates the existence of a speechlet asset inside the response.
|
AlexaResponse |
AlexaResponse.ifExists(AlexaAsset asset,
Consumer<AlexaSession> followUp)
Validates the existence of a speechlet asset inside the response.
|
boolean |
AlexaResponse.ifMatch(AlexaAsset asset,
String pattern)
Validates if the value of a speechlet asset ifMatch the pattern given.
|
AlexaResponse |
AlexaResponse.ifMatch(AlexaAsset asset,
String pattern,
Consumer<AlexaSession> followUp)
Validates if the value of a speechlet asset ifMatch the pattern given.
|
boolean |
AlexaResponse.ifNotEquals(AlexaAsset asset,
Object value)
Validates the value of a speechlet asset.
|
AlexaResponse |
AlexaResponse.ifNotEquals(AlexaAsset asset,
Object value,
Consumer<AlexaSession> followUp)
Validates the value of a speechlet asset.
|
boolean |
AlexaResponse.ifNotExists(AlexaAsset asset)
Validates the existence of a speechlet asset inside the response.
|
AlexaResponse |
AlexaResponse.ifNotExists(AlexaAsset asset,
Consumer<AlexaSession> followUp)
Validates the existence of a speechlet asset inside the response.
|
Copyright © 2017. All rights reserved.