Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Function to find expected results files for a specific root file, along with any parameter values identified by the root file.
Synopsis
- findExpectation :: CUBE -> FilePath -> [FilePath] -> ([NamedParamMatch], FilePath, FilePath) -> Maybe (Sweets, SweetExplanation)
- removeNonExplicitMatchingExpectations :: [Expectation] -> [Expectation]
Documentation
findExpectation :: CUBE -> FilePath -> [FilePath] -> ([NamedParamMatch], FilePath, FilePath) -> Maybe (Sweets, SweetExplanation) Source #
Finds the possible expected files matching the selected source. There will be either one or none.