AssertionExtensionMethods

com.typesafe.slick.testkit.util.AsyncTest.AssertionExtensionMethods
implicit class AssertionExtensionMethods[T](v: T)

Attributes

Source
Testkit.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def should(f: T => Boolean): Unit

Attributes

Source
Testkit.scala
def shouldBe(o: Any): Unit

Attributes

Source
Testkit.scala
def shouldBeA(implicit ct: ClassTag[T]): Unit

Attributes

Source
Testkit.scala
def shouldFail(f: T => Unit): Unit

Attributes

Source
Testkit.scala
def shouldNotBe(o: Any): Unit

Attributes

Source
Testkit.scala