RepoTestData

trait RepoTestData[E, PK]

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

Since

25 Jun 2020

class Object
trait Matchable
class Any

Value members

Abstract methods

def iden: Identifiable[E, PK]
def nonExistentPK: PK
def row1: E
def row1Update1: E
def row2: E

Concrete methods

def isUniqueUpdate2: Boolean
def isUniqueUpdate3: Boolean
def isUniqueUpdate4: Boolean
def pk1: PK
def pk2: PK
def row1Update2: E
def row1Update3: E
def row1Update4: E