busymachines.pureharm.db.testkit

Type members

Classlikes

abstract class DBTest[Trans] extends PureharmTest
trait DBTestSetup[DBTransactor] extends PureharmTestRuntimeLazyConversions
Since

25 Jun 2020

abstract class RepoTest[E, PK, Trans](implicit show: Show[PK]) extends DBTest[Trans]

Extend this class to get a baseline "free" test for the methods in Repo, add any additional tests here.

Extend this class to get a baseline "free" test for the methods in Repo, add any additional tests here.

trait RepoTestData[E, PK]

Basic representation of data that the user ought to provide for a full test of the busymachines.pureharm.db.Repo

Basic representation of data that the user ought to provide for a full test of the busymachines.pureharm.db.Repo

Since

25 Jun 2020