@hackage mockcat0.2.1.0

Simple mock function library for test in Haskell.

mockcat is simple mock library for test in Haskell.

mockcat provides so-called stubbing and verification functions.

Stub functions can return values of Pure Types as well as value of Monadic Types.

Example:

f <- createStubFn $ "expected arg" |> "return value"
print $ f "expected arg" -- "return value"

For more please see the README on GitHub at https://github.com/pujoheadsoft/mockcat#readme