Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
QuickCheck Test.QuickCheck.Modifiers Small x: generates values of x drawn from a small range. The opposite of Large.
-
QuickCheck Test.QuickCheck.Modifiers No documentation available.
-
QuickCheck Test.QuickCheck.Modifiers No documentation available.
-
QuickCheck Test.QuickCheck.Monadic Quantification in monadic properties to pick, with a notation similar to forAll. Note: values generated by forAllM do not shrink.
afterAll :: HasCallStack => ActionWith a -> SpecWith a -> SpecWith ahspec Test.Hspec Run a custom action after the last spec item.
afterAll_ :: HasCallStack => IO () -> SpecWith a -> SpecWith ahspec Test.Hspec Run a custom action after the last spec item.
aroundAll :: HasCallStack => (ActionWith a -> IO ()) -> SpecWith a -> Spechspec Test.Hspec Wrap an action around the given spec.
aroundAllWith :: HasCallStack => (ActionWith a -> ActionWith b) -> SpecWith a -> SpecWith bhspec Test.Hspec Wrap an action around the given spec. Changes the arg type inside.
aroundAll_ :: HasCallStack => (IO () -> IO ()) -> SpecWith a -> SpecWith ahspec Test.Hspec Wrap an action around the given spec.
beforeAll :: HasCallStack => IO a -> SpecWith a -> Spechspec Test.Hspec Run a custom action before the first spec item.