| Package | Description |
|---|---|
| io.klerch.alexa.test.asset | |
| io.klerch.alexa.test.response |
| Modifier and Type | Method and Description |
|---|---|
static AlexaAssertion |
AlexaAssertion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlexaAssertion[] |
AlexaAssertion.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.assertFalse(AlexaAssertion assertion)
Validates the given assertion.
|
AlexaResponse |
AlexaResponse.assertTrue(AlexaAssertion assertion)
Validates the given assertion.
|
boolean |
AlexaResponse.ifFalse(AlexaAssertion assertion)
Validates the given assertion.
|
AlexaResponse |
AlexaResponse.ifFalse(AlexaAssertion assertion,
Consumer<AlexaSession> followUp)
Validates the given assertion.
|
boolean |
AlexaResponse.ifTrue(AlexaAssertion assertion)
Validates the given assertion.
|
AlexaResponse |
AlexaResponse.ifTrue(AlexaAssertion assertion,
Consumer<AlexaSession> followUp)
Validates the given assertion.
|
Copyright © 2017. All rights reserved.