hspecVariant-0.1.0.1: 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 :: VarTesteable prop => String -> prop -> Spec Source #

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

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

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