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.
-
sydtest Test.Syd.Def.SetupFunc Use aroundAllWith with a SetupFunc
-
sydtest Test.Syd.Def.SetupFunc Use all outer resources and the inner resource to provide a new inner resource This is a more constrained version of setupAroundWith' to more easily allow providing an inner resource based on multiple outer resources
-
sydtest Test.Syd.Def.Specify Declare a test that uses all outer resources You will most likely never need this function, but in case you do: Note that this will always require a type annotation, along with the GADTs and ScopedTypeVariables extensions.
Example usage
beforeAll (pure 'a') $ beforeAll (pure 5) $ itWithAll "example" $ \(HCons c (HCons i HNil) :: HList '[Char, Int]) () -> (c, i) `shouldeBe` ('a', 5) -
sydtest Test.Syd.Def.Specify A synonym for itWithAll
-
sydtest Test.Syd.Def.Specify No documentation available.
-
sydtest Test.Syd.Def.Specify A synonym for xitWithAll
anyErrorCall :: Selector ErrorCallsydtest Test.Syd.Expectation No documentation available.
errorCall :: String -> Selector ErrorCallsydtest Test.Syd.Expectation No documentation available.
-
sydtest Test.Syd.Modify No documentation available.
-
sydtest Test.Syd.Modify No documentation available.