public interface Specs2Utils extends MarshallingTestUtils
Modifier and Type | Method and Description |
---|---|
<T> org.specs2.matcher.Matcher<scala.concurrent.Future<T>> |
evaluateTo(T value,
org.specs2.concurrent.ExecutionEnv ee) |
org.specs2.matcher.Matcher<scala.concurrent.Future<?>> |
haveFailedWith(java.lang.Throwable t,
org.specs2.concurrent.ExecutionEnv ee) |
<T> org.specs2.matcher.Matcher<HttpEntity> |
unmarshalTo(scala.util.Try<T> value,
Unmarshaller<HttpEntity,T> evidence$2,
scala.concurrent.ExecutionContext ec,
org.apache.pekko.stream.Materializer mat) |
<T> org.specs2.matcher.Matcher<HttpEntity> |
unmarshalToValue(T value,
Unmarshaller<HttpEntity,T> evidence$1,
scala.concurrent.ExecutionContext ec,
org.apache.pekko.stream.Materializer mat) |
marshal, marshallingTimeout, marshalToResponse, marshalToResponseForRequestAccepting, testConfig, unmarshal, unmarshalValue
<T> org.specs2.matcher.Matcher<scala.concurrent.Future<T>> evaluateTo(T value, org.specs2.concurrent.ExecutionEnv ee)
org.specs2.matcher.Matcher<scala.concurrent.Future<?>> haveFailedWith(java.lang.Throwable t, org.specs2.concurrent.ExecutionEnv ee)
<T> org.specs2.matcher.Matcher<HttpEntity> unmarshalTo(scala.util.Try<T> value, Unmarshaller<HttpEntity,T> evidence$2, scala.concurrent.ExecutionContext ec, org.apache.pekko.stream.Materializer mat)
<T> org.specs2.matcher.Matcher<HttpEntity> unmarshalToValue(T value, Unmarshaller<HttpEntity,T> evidence$1, scala.concurrent.ExecutionContext ec, org.apache.pekko.stream.Materializer mat)