math-programming-tests-0.3.0: Utility functions for testing implementations of the math-programming library.

Safe HaskellNone
LanguageHaskell2010

Math.Programming.Tests

Documentation

makeAllTests Source #

Arguments

:: (PrintfArg (Numeric m), RealFrac (Numeric m), MonadIO m, IPMonad 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.

-> TestTree

The resulting test suite.