| ||||
| ||||
Description | ||||
Test.Runner.Frontend contains the code for the prefabricated unit test executable, like command-line argument parsing and handling. | ||||
Synopsis | ||||
| ||||
Documentation | ||||
testRunnerMain :: [(String, TestRunnerTest)] -> IO () | ||||
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.4.2 |