BaseKyoTest

kyo.internal.BaseKyoTest
trait BaseKyoTest[S]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Assertion

Value members

Abstract methods

def run(v: Future[Assertion] < S): Future[Assertion]

Concrete methods

def run(v: Assertion < S): Future[Assertion]
def runJS(v: => Assertion < S): Future[Assertion]
def runJS(v: => Future[Assertion] < S): Future[Assertion]
def runJVM(v: => Assertion < S): Future[Assertion]
def runJVM(v: => Future[Assertion] < S): Future[Assertion]
def timeout: Duration
def untilTrue[S](f: => Boolean < S): Boolean < S

Givens

Givens

given eitherCanEqual[A, B]: CanEqual[Either[A, B], Either[A, B]]
given throwableCanEqual: CanEqual[Throwable, Throwable]
given tryCanEqual[A]: CanEqual[Try[A], Try[A]]