MuCheck-0.2.1.0: Automated Mutation Testing

Safe HaskellNone
LanguageHaskell2010

Test.MuCheck.Interpreter

Description

The entry point for mucheck

Synopsis

Documentation

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

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