shaker-0.5.1: simple and interactive command-line build tool

Shaker.TestTH

Contents

Description

Allow to dynamically construct a list of quickcheck properties and Hunit test with template haskell

Synopsis

Documentation

listAllTestFrameworkGroupList :: ShakerInput -> ExpQSource

List all test group of the project. see Shaker.TestTH

listTestFrameworkGroupList :: [ModuleData] -> ExpQSource

List all test group for test-framework from the list of modules

Test framework integration

getSingleTestFrameworkGroup :: ModuleData -> ExpSource

Generate a test group for a given module

getSingleFrameworkHunit :: String -> ExpSource

Generate an expression for a single hunit test

getSingleFrameworkQuickCheck :: String -> ExpSource

Generate an expression for a single quickcheck property