public interface DemoApi
| Modifier and Type | Interface and Description |
|---|---|
static class |
DemoApi.InstallType |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
flowTest(Optional<com.fasterxml.jackson.databind.JsonNode> params)
Tests flow subsystem based on the parameters supplied.
|
void |
setup(DemoApi.InstallType type,
Optional<com.fasterxml.jackson.databind.JsonNode> runParams)
Installs intents based on the installation type.
|
void |
tearDown()
Uninstalls all existing intents.
|
com.fasterxml.jackson.databind.JsonNode flowTest(Optional<com.fasterxml.jackson.databind.JsonNode> params)
params - the test parametersvoid setup(DemoApi.InstallType type, Optional<com.fasterxml.jackson.databind.JsonNode> runParams)
type - the installation type.runParams - run paramsvoid tearDown()
Copyright © 2016. All rights reserved.