Package com.tomtom.ivi.platform.alexa.api.testing.functional

Types

Link copied to clipboard
object AlexaPhrases

Functions

Link copied to clipboard
fun sayToAlexa(text: String)

Simulates the user querying Alexa with voice. When the test is run in capture mode, this will send a SayToAlexaOutgoingMessage message to the AlexaSimulator service, which will in turn synthesize the text into an audio file which is then sent to the AACS service. The response messages to the query will then be captured and replayed when the test is executed in replay mode.

Link copied to clipboard
fun IviServiceAwareTestCase.setupAlexaSettings()

Setup Alexa Settings Service.

Link copied to clipboard
fun IviServiceAwareTestCase.setupAlexaSettingsAndLogin()

Setup Alexa Settings Service with login.

Setup Alexa Settings Service mock without a refresh token.

Setup Alexa Settings Service mock with a refresh token.