amazonka-test-2.0: Common functionality for Amazonka library test-suites.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityprovisional
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Amazonka.Fixture

Description

 

Documentation

req :: forall a. (AWSRequest a, Eq a, Show a) => TestName -> FilePath -> a -> TestTree Source #

data Req Source #

Constructors

Req 

Instances

Instances details
FromJSON Req Source # 
Instance details

Defined in Test.Amazonka.Fixture

Generic Req Source # 
Instance details

Defined in Test.Amazonka.Fixture

Associated Types

type Rep Req :: Type -> Type #

Methods

from :: Req -> Rep Req x #

to :: Rep Req x -> Req #

Show Req Source # 
Instance details

Defined in Test.Amazonka.Fixture

Methods

showsPrec :: Int -> Req -> ShowS #

show :: Req -> String #

showList :: [Req] -> ShowS #

Eq Req Source # 
Instance details

Defined in Test.Amazonka.Fixture

Methods

(==) :: Req -> Req -> Bool #

(/=) :: Req -> Req -> Bool #

type Rep Req Source # 
Instance details

Defined in Test.Amazonka.Fixture

sortKeys :: Ord a => [(a, b)] -> [(a, b)] Source #