hydra-0.5.1: Type-aware transformations for data and programs
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hydra.Testing

Description

A model for unit testing

Synopsis

Documentation

data TestCase Source #

A simple test case with an input and an expected output

Instances

Instances details
Read TestCase Source # 
Instance details

Defined in Hydra.Testing

Show TestCase Source # 
Instance details

Defined in Hydra.Testing

Eq TestCase Source # 
Instance details

Defined in Hydra.Testing

Ord TestCase Source # 
Instance details

Defined in Hydra.Testing

data TestGroup Source #

A collection of test cases with a name and optional description