ganeti
Safe HaskellNone

Test.Ganeti.THH.Types

Description

Unittests for Types.

Synopsis

Instances

Properties

prop_OneTuple_serialisation :: OneTuple String -> Property Source #

Tests OneTuple serialisation.

prop_OneTuple_deserialisationFail :: Property Source #

Tests OneTuple doesn't deserialize wrong input.

Test suite

Orphan instances

Arbitrary a => Arbitrary (OneTuple a) # 
Instance details

Methods

arbitrary :: Gen (OneTuple a)

shrink :: OneTuple a -> [OneTuple a]