Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
NotEqualButShouldHaveBeenEqualWithDiff :: String -> String -> !Maybe [Diff Text] -> Assertionsydtest Test.Syd Both strings are not equal. The latest argument is a diff between both arguments. If Nothing, the raw values will be displayed instead of the diff.
-
sydtest Test.Syd No documentation available.
bytestringsNotEqualButShouldHaveBeenEqual :: ByteString -> ByteString -> IO Assertionsydtest Test.Syd An assertion that says two ByteStrings should have been equal according to ==.
sequential :: forall (a :: [Type]) b c . TestDefM a b c -> TestDefM a b csydtest Test.Syd Declare that all tests below must be run sequentially
stringsNotEqualButShouldHaveBeenEqual :: String -> String -> IO Assertionsydtest Test.Syd An assertion that says two Strings should have been equal according to ==. Note that using function could mess up the colours in your terminal if the Texts contain ANSI codes. In that case you may want to show your values first or use shouldBe instead.
textsNotEqualButShouldHaveBeenEqual :: Text -> Text -> IO Assertionsydtest Test.Syd An assertion that says two Texts should have been equal according to ==. Note that using function could mess up the colours in your terminal if the Texts contain ANSI codes. In that case you may want to show your values first or use shouldBe instead.
bytestringsNotEqualButShouldHaveBeenEqual :: ByteString -> ByteString -> IO Assertionsydtest Test.Syd.Expectation An assertion that says two ByteStrings should have been equal according to ==.
stringsNotEqualButShouldHaveBeenEqual :: String -> String -> IO Assertionsydtest Test.Syd.Expectation An assertion that says two Strings should have been equal according to ==. Note that using function could mess up the colours in your terminal if the Texts contain ANSI codes. In that case you may want to show your values first or use shouldBe instead.
textsNotEqualButShouldHaveBeenEqual :: Text -> Text -> IO Assertionsydtest Test.Syd.Expectation An assertion that says two Texts should have been equal according to ==. Note that using function could mess up the colours in your terminal if the Texts contain ANSI codes. In that case you may want to show your values first or use shouldBe instead.
-
sydtest Test.Syd.Modify No documentation available.