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.

  1. NotEqualButShouldHaveBeenEqualWithDiff :: String -> String -> !Maybe [Diff Text] -> Assertion

    sydtest 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.

  2. Sequential :: Parallelism

    sydtest Test.Syd

    No documentation available.

  3. bytestringsNotEqualButShouldHaveBeenEqual :: ByteString -> ByteString -> IO Assertion

    sydtest Test.Syd

    An assertion that says two ByteStrings should have been equal according to ==.

  4. sequential :: forall (a :: [Type]) b c . TestDefM a b c -> TestDefM a b c

    sydtest Test.Syd

    Declare that all tests below must be run sequentially

  5. stringsNotEqualButShouldHaveBeenEqual :: String -> String -> IO Assertion

    sydtest 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.

  6. textsNotEqualButShouldHaveBeenEqual :: Text -> Text -> IO Assertion

    sydtest 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.

  7. bytestringsNotEqualButShouldHaveBeenEqual :: ByteString -> ByteString -> IO Assertion

    sydtest Test.Syd.Expectation

    An assertion that says two ByteStrings should have been equal according to ==.

  8. stringsNotEqualButShouldHaveBeenEqual :: String -> String -> IO Assertion

    sydtest 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.

  9. textsNotEqualButShouldHaveBeenEqual :: Text -> Text -> IO Assertion

    sydtest 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.

  10. Sequential :: Parallelism

    sydtest Test.Syd.Modify

    No documentation available.

Page 239 of many | Previous | Next