TestDbHelpers

Companion:
object
class Object
trait Matchable
class Any
class TestXA

Value members

Concrete methods

def assertRowCountChanges[A](expectations: (String, Int)*)(fn: => A)(implicit l: Line): A
def countRows(tableName: String): Int
def countRows(tableName: String, where: String): Int
def debugSelect(sql: String): Unit
def debugSelectOnError[A](sql: => String)(f: => A): A
def printTableCounts(): Unit
def rowCountChanges[A](fn: => A): (A, Counts)
def select[A : Read](sql: String): A
def selectOption[A : Read](sql: String): Option[A]
def selectVector[A : Read](sql: String): Vector[A]