Interface Specs2Utils

    • Method Detail

      • evaluateTo

        <T> org.specs2.matcher.Matcher<scala.concurrent.Future<T>> evaluateTo​(T value,
                                                                              org.specs2.concurrent.ExecutionEnv ee)
      • haveFailedWith

        org.specs2.matcher.Matcher<scala.concurrent.Future<?>> haveFailedWith​(java.lang.Throwable t,
                                                                              org.specs2.concurrent.ExecutionEnv ee)
      • unmarshalTo

        <T> org.specs2.matcher.Matcher<HttpEntity> unmarshalTo​(scala.util.Try<T> value,
                                                               Unmarshaller<HttpEntity,​T> evidence$2,
                                                               scala.concurrent.ExecutionContext ec,
                                                               akka.stream.Materializer mat)
      • unmarshalToValue

        <T> org.specs2.matcher.Matcher<HttpEntity> unmarshalToValue​(T value,
                                                                    Unmarshaller<HttpEntity,​T> evidence$1,
                                                                    scala.concurrent.ExecutionContext ec,
                                                                    akka.stream.Materializer mat)