| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Test.MockCat.Internal.Message
Documentation
quoteToken :: String -> String Source #
verifyFailedMessage :: Show a => Maybe MockName -> InvocationList a -> a -> VerifyFailed Source #
data Difference Source #
Constructors
| Difference | |
Fields
| |
Instances
| Show Difference Source # | |
Defined in Test.MockCat.Internal.Message Methods showsPrec :: Int -> Difference -> ShowS # show :: Difference -> String # showList :: [Difference] -> ShowS # | |
| Eq Difference Source # | |
Defined in Test.MockCat.Internal.Message | |
formatDifferences :: [Difference] -> String Source #
structuralDiff :: String -> String -> [Difference] Source #
structuralDiff' :: String -> String -> String -> [Difference] Source #
diffRecords :: String -> String -> String -> [Difference] Source #
splitByComma :: String -> [String] Source #
formatInvocationList :: Show a => InvocationList a -> String Source #
extractFields :: String -> [String] Source #
getFieldName :: String -> String Source #
getFieldValue :: String -> String Source #
extractListItems :: String -> [String] Source #
verifyOrderFailedMesssage :: Show a => VerifyOrderResult a -> String Source #