math-programming-tests-0.5.1: Utility functions for testing implementations of the math-programming library.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Math.Programming.Tests

Documentation

makeAllTests Source #

Arguments

:: (MonadIO m, MonadIP v c o m) 
=> String

The name of the API being tested. This will be used to generate test group names.

-> (m () -> IO ())

The runner for the API being tested.

-> Spec

The resulting test suite.