mockcat-1.0.1.0: Declarative mocking with a single arrow `~>`.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.MockCat.TH.Types

Synopsis

Documentation

data MockOptions Source #

Options for generating mocks.

  • prefix: Stub function prefix
  • suffix: stub function suffix
  • implicitMonadicReturn: If True, the return value of the stub function is wrapped in a monad automatically.

options :: MockOptions Source #

Default Options.

Stub function names are prefixed with "_".