Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. DefBeforeAllNode :: forall outer (outers :: [Type]) inner extra . IO outer -> SpecDefForest (outer ': outers) inner extra -> SpecDefTree outers inner extra

    sydtest Test.Syd

    No documentation available.

  2. DefBeforeAllWithNode :: forall oldOuter newOuter (otherOuters :: [Type]) inner extra . (oldOuter -> IO newOuter) -> SpecDefForest (newOuter ': (oldOuter ': otherOuters)) inner extra -> SpecDefTree (oldOuter ': otherOuters) inner extra

    sydtest Test.Syd

    No documentation available.

  3. DefParallelismNode :: forall (outers :: [Type]) inner extra . Parallelism -> SpecDefForest outers inner extra -> SpecDefTree outers inner extra

    sydtest Test.Syd

    Control the level of parallelism for a given group of tests

  4. Parallel :: Parallelism

    sydtest Test.Syd

    No documentation available.

  5. data Parallelism

    sydtest Test.Syd

    No documentation available.

  6. afterAll :: forall outer (otherOuters :: [Type]) inner result . (outer -> IO ()) -> TestDefM (outer ': otherOuters) inner result -> TestDefM (outer ': otherOuters) inner result

    sydtest Test.Syd

    Run a custom action after all spec items, using the outer resource a.

  7. afterAll' :: forall (outers :: [Type]) inner result . (HList outers -> IO ()) -> TestDefM outers inner result -> TestDefM outers inner result

    sydtest Test.Syd

    Run a custom action after all spec items, using all the outer resources.

  8. afterAll_ :: forall (outers :: [Type]) inner result . IO () -> TestDefM outers inner result -> TestDefM outers inner result

    sydtest Test.Syd

    Run a custom action after all spec items without using any outer resources.

  9. anyErrorCall :: Selector ErrorCall

    sydtest Test.Syd

    No documentation available.

  10. aroundAll :: forall outer (otherOuters :: [Type]) inner result . ((outer -> IO ()) -> IO ()) -> TestDefM (outer ': otherOuters) inner result -> TestDefM otherOuters inner result

    sydtest Test.Syd

    Run a custom action before and/or after all spec items in group, to provide access to a resource a. See the FOOTGUN note in the docs for around_.

Page 335 of many | Previous | Next