stratosphere-apptest-1.0.0: Stratosphere integration for AWS AppTest.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.AppTest.TestCase

Documentation

data TestCase Source #

Instances

Instances details
ToJSON TestCase Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase

Show TestCase Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase

Eq TestCase Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase

ToResourceProperties TestCase Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase

Property "Description" TestCase Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase

Associated Types

type PropertyType "Description" TestCase 
Instance details

Defined in Stratosphere.AppTest.TestCase

type PropertyType "Description" TestCase = Value Text

Methods

set :: PropertyType "Description" TestCase -> TestCase -> TestCase #

Property "Name" TestCase Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase

Associated Types

type PropertyType "Name" TestCase 
Instance details

Defined in Stratosphere.AppTest.TestCase

Methods

set :: PropertyType "Name" TestCase -> TestCase -> TestCase #

Property "Steps" TestCase Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase

Associated Types

type PropertyType "Steps" TestCase 
Instance details

Defined in Stratosphere.AppTest.TestCase

Methods

set :: PropertyType "Steps" TestCase -> TestCase -> TestCase #

Property "Tags" TestCase Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase

Associated Types

type PropertyType "Tags" TestCase 
Instance details

Defined in Stratosphere.AppTest.TestCase

Methods

set :: PropertyType "Tags" TestCase -> TestCase -> TestCase #

type PropertyType "Description" TestCase Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase

type PropertyType "Description" TestCase = Value Text
type PropertyType "Name" TestCase Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase

type PropertyType "Steps" TestCase Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase

type PropertyType "Tags" TestCase Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase