testing-patterns-scala
Installation
SKILL.md
Testing Couchbase Scala Applications
Unit Testing
Use ScalaMock to mock the Collection interface.
// build.sbt
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.scalamock" %% "scalamock" % "5.2.0" % Test
)