FuturezMatchable

implicit implicit class FuturezMatchable[T](m: Matcher[T])(implicit ee: ExecutionEnv)

add an attempt method to any matcher Matcher[T] so that it can be transformed into a Matcher[scalaz.concurrent.Future[T]]

class Object
trait Matchable
class Any

Value members

Concrete methods

def attempt: Matcher[Future[T]]
def attempt(retries: Int, timeout: FiniteDuration): Matcher[Future[T]]
def attemptFor(timeout: FiniteDuration): Matcher[Future[T]]
def retryAttempt(retries: Int): Matcher[Future[T]]