MuCheck-0.2.0.0: Automated Mutation Testing

Safe HaskellNone
LanguageHaskell2010

Test.MuCheck.Interpreter

Description

The entry point for mucheck

Synopsis

Documentation

mutantCheckSummary :: (Summarizable a, Show a) => ([String] -> [InterpreterOutput a] -> Summary) -> [String] -> String -> [String] -> FilePath -> IO () Source

Given the list of tests suites to check, run one test suite at a time on all mutants.