TaskMatchers

Matchers for scalaz.concurrent.Task

Companion:
object
class Object
trait Matchable
class Any
object TaskMatchers.type

Type members

Classlikes

case class TaskMatcher[T](check: ValueCheck[T], duration: Option[Duration]) extends Matcher[Task[T]]

Value members

Concrete methods

def failWith[T <: Throwable : ClassTag]: Matcher[Task[Any]]
def returnBefore[T](duration: Duration): TaskMatcher[T]
def returnValue[T](check: ValueCheck[T]): TaskMatcher[T]