Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
wdRequestHeaders :: WDConfig -> RequestHeaderswebdriver Test.WebDriver.Types Custom request headers to add to every HTTP request.
wdSessRequestHeaders :: WDSession -> RequestHeaderswebdriver Test.WebDriver.Types Custom request headers to add to every HTTP request.
makeQuickCheckTest :: TestID -> Location -> Assertion -> TestHTF Test.Framework Construct a test where the given Assertion checks a quick check property. Mainly used internally by the htfpp preprocessor.
assertEqual :: (Eq a, Show a, HasCallStack) => a -> a -> IO ()HTF Test.Framework.HUnitWrapper Fail if the two values of type a are not equal. Use if a is an instance of Show but not of Pretty.
assertEqualNoShow :: (Eq a, HasCallStack) => a -> a -> IO ()HTF Test.Framework.HUnitWrapper Fail if the two values of type a are not equal. Use if a is neither an instance of Show nor of Pretty.
assertEqualNoShowVerbose :: (Eq a, HasCallStack) => String -> a -> a -> IO ()HTF Test.Framework.HUnitWrapper Fail if the two values of type a are not equal, supplying an additional message. Use if a is neither an instance of Show nor of Pretty.
assertEqualPretty :: (Eq a, Pretty a, HasCallStack) => a -> a -> IO ()HTF Test.Framework.HUnitWrapper Fail if the two values of type a are not equal. Use if a is an instance of Pretty.
assertEqualPrettyVerbose :: (Eq a, Pretty a, HasCallStack) => String -> a -> a -> IO ()HTF Test.Framework.HUnitWrapper Fail if the two values of type a are not equal, supplying an additional message. Use if a is an instance of Pretty.
assertEqualVerbose :: (Eq a, Show a, HasCallStack) => String -> a -> a -> IO ()HTF Test.Framework.HUnitWrapper Fail if the two values of type a are not equal, supplying an additional message. Use if a is an instance of Show but not of Pretty.
assertListsEqualAsSets :: (Eq a, Show a, HasCallStack) => [a] -> [a] -> IO ()HTF Test.Framework.HUnitWrapper Fail if the two given lists are not equal when considered as sets.