Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. before :: forall context (m :: Type -> Type) . HasCallStack => String -> ExampleT context m () -> SpecFree context m () -> SpecFree context m ()

    sandwich Test.Sandwich

    Perform an action before a given spec tree.

  2. beforeEach :: forall context (m :: Type -> Type) . HasCallStack => String -> ExampleT context m () -> SpecFree context m () -> SpecFree context m ()

    sandwich Test.Sandwich

    Same as before, but applied individually to every it node.

  3. data FailureReportFormatter

    sandwich Test.Sandwich.Formatters.FailureReport

    No documentation available.

  4. defaultFailureReportFormatter :: FailureReportFormatter

    sandwich Test.Sandwich.Formatters.FailureReport

    No documentation available.

  5. type LogEntryFormatter = UTCTime -> Loc -> LogSource -> LogLevel -> LogStr -> ByteString

    sandwich Test.Sandwich.Formatters.LogSaver

    A callback for formatting a log entry to a ByteString.

  6. defaultLogSaverFormatter :: LogSaverFormatter

    sandwich Test.Sandwich.Formatters.LogSaver

    No documentation available.

  7. logSaverFormatter :: LogSaverFormatter -> LogEntryFormatter

    sandwich Test.Sandwich.Formatters.LogSaver

    Formatter function for log entries.

  8. defaultPrintFormatter :: PrintFormatter

    sandwich Test.Sandwich.Formatters.Print

    No documentation available.

  9. printFormatterIncludeCallStacks :: PrintFormatter -> Bool

    sandwich Test.Sandwich.Formatters.Print

    Whether to include callstacks with failures.

  10. printFormatterIndentSize :: PrintFormatter -> Int

    sandwich Test.Sandwich.Formatters.Print

    The indentation unit in spaces. Defaults to 4.

Page 601 of many | Previous | Next