hspecVariant-1.0.0.0: Spec for testing properties for variant types

Copyright(c) Jorge Santiago Alvarez Cuadros 2015
LicenseGPL-3
Maintainersanjorgek@ciencias.unam.mx
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Test.Hspec.Variant

Description

To test "invalid" and "valid" properties

Synopsis

Documentation

propValid :: VarTestable prop => String -> prop -> Spec Source #

Is a shorcut for > it ".." $ propertyValid $ ..

propInvalid :: VarTestable prop => String -> prop -> Spec Source #

Is a shorcut for > it ".." $ propertyInvalid $ ..