testrunner-0.9: Easy unit test driver frameworkSource codeContentsIndex
Test.Runner.Frontend
Description
Test.Runner.Frontend contains the code for the prefabricated unit test executable, like command-line argument parsing and handling.
Synopsis
testRunnerMain :: [(String, TestRunnerTest)] -> IO ()
Documentation
testRunnerMain :: [(String, TestRunnerTest)] -> IO ()Source
testRunnerMain is intended to be used as the main function of a unit test program. It takes as an argument the complete list of unit tests for a package.
Produced by Haddock version 2.6.0