Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. 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

  2. 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

  3. 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

  4. 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

  5. settingColour :: Settings -> !Maybe Bool

    sydtest Test.Syd.OptParse

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

  6. settingFailFast :: Settings -> !Bool

    sydtest Test.Syd.OptParse

    Whether to stop upon the first test failure

  7. settingFailOnFlaky :: Settings -> !Bool

    sydtest Test.Syd.OptParse

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

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

    sydtest Test.Syd.OptParse

    The filters to use to select which tests to run

  9. settingGoldenReset :: Settings -> !Bool

    sydtest Test.Syd.OptParse

    Whether to overwrite golden tests instead of having them fail

  10. settingGoldenStart :: Settings -> !Bool

    sydtest Test.Syd.OptParse

    Whether to write golden tests if they do not exist yet

Page 210 of many | Previous | Next