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.

  1. setupAroundAll :: forall outer (outers :: [Type]) inner result . SetupFunc outer -> TestDefM (outer ': outers) inner result -> TestDefM outers inner result

    sydtest Test.Syd.Def.SetupFunc

    Use aroundAll with a SetupFunc

  2. setupAroundAllWith :: forall oldOuter newOuter (outers :: [Type]) inner result . (oldOuter -> SetupFunc newOuter) -> TestDefM (newOuter ': (oldOuter ': outers)) inner result -> TestDefM (oldOuter ': outers) inner result

    sydtest Test.Syd.Def.SetupFunc

    Use aroundAllWith with a SetupFunc

  3. setupAroundWith :: forall oldInner newInner (outers :: [Type]) result . (oldInner -> SetupFunc newInner) -> TestDefM outers newInner result -> TestDefM outers oldInner result

    sydtest Test.Syd.Def.SetupFunc

    Use aroundWith with a SetupFunc

  4. setupAroundWith' :: forall (outers :: [Type]) outer oldInner newInner result . HContains outers outer => (outer -> oldInner -> SetupFunc newInner) -> TestDefM outers newInner result -> TestDefM outers oldInner result

    sydtest Test.Syd.Def.SetupFunc

    Use aroundWith' with a SetupFunc

  5. setupAroundWithAll :: forall (outers :: [Type]) oldInner newInner result . (HList outers -> oldInner -> SetupFunc newInner) -> TestDefM outers newInner result -> TestDefM outers oldInner result

    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

  6. settingColour :: Settings -> !Maybe Bool

    sydtest Test.Syd.OptParse

    Whether to use colour in the output, Nothing means "detect"

  7. settingFailFast :: Settings -> !Bool

    sydtest Test.Syd.OptParse

    Whether to stop upon the first test failure

  8. settingFailOnFlaky :: Settings -> !Bool

    sydtest Test.Syd.OptParse

    Whether to fail when any flakiness is detected in tests declared as flaky

  9. settingFilters :: Settings -> ![Text]

    sydtest Test.Syd.OptParse

    The filters to use to select which tests to run

  10. settingGoldenReset :: Settings -> !Bool

    sydtest Test.Syd.OptParse

    Whether to overwrite golden tests instead of having them fail

Page 210 of many | Previous | Next