API Reference Hammox v0.7.0
modules
Modules
Hammox is a library for rigorous unit testing using mocks, explicit behaviours and contract tests.
A use
able module simplifying protecting functions with Hammox.
This module wraps :telemetry so users of this library can opt in/out of telemetry.
Telemetry is disabled by default and will use our NoOp client.
To enable telemetry set this in your application config:
config :hammox, enable_telemetry?: true
An error thrown when Hammox detects that values in a function call don't match types defined in typespecs.