Natchez Testkit
Natchez teskit is a small module that provides a TestEntryPoint
backed by a Ref
so you can write unit tests
that check your application is sending the right information to Natchez.
Installation
val natchezExtrasVersion = "8.1.0"
libraryDependencies ++= Seq(
"com.ovoenergy" %% "natchez-extras-testkit" % natchezExtrasVersion % Test
)
Usage
An example of how to use it can be found in the test for TestEntryPoint
: