Test

object Test

Individual test runner for Monix BIO's IO[Throwable, A] that properly handles unexpected errors, i.e. errors that occur in another channel.

class Object
trait Matchable
class Any
Test.type

Value members

Concrete methods

def apply(name: String, f: Log[Task] => Task[Expectations]): Task[TestOutcome]
def apply(name: String, f: Task[Expectations]): Task[TestOutcome]