Package akka.http.scaladsl.testkit
Interface ScalatestRouteTest
-
- All Superinterfaces:
org.scalatest.BeforeAndAfterAll
,MarshallingTestUtils
,RequestBuilding
,RouteTest
,RouteTestResultComponent
,ScalatestUtils
,org.scalatest.SuiteMixin
,TestFrameworkInterface
,TestFrameworkInterface.Scalatest
,TransformerPipelineSupport
,WSTestRequestBuilding
public interface ScalatestRouteTest extends RouteTest, TestFrameworkInterface.Scalatest, ScalatestUtils
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.scaladsl.client.RequestBuilding
RequestBuilding.RequestBuilder
-
Nested classes/interfaces inherited from interface akka.http.scaladsl.testkit.RouteTest
RouteTest.DefaultHostInfo, RouteTest.DefaultHostInfo$, RouteTest.TildeArrow<A,B>, RouteTest.TildeArrow$, RouteTest.TildeBangArrow<A,B>, RouteTest.TildeBangArrow$, RouteTest.WithTransformation2
-
Nested classes/interfaces inherited from interface akka.http.scaladsl.testkit.RouteTestResultComponent
RouteTestResultComponent.RouteTestResult
-
Nested classes/interfaces inherited from interface akka.http.scaladsl.testkit.TestFrameworkInterface
TestFrameworkInterface.Scalatest
-
Nested classes/interfaces inherited from interface akka.http.scaladsl.client.TransformerPipelineSupport
TransformerPipelineSupport.WithTransformation<A>, TransformerPipelineSupport.WithTransformerConcatenation<A,B>
-
-
Method Summary
-
Methods inherited from interface org.scalatest.BeforeAndAfterAll
beforeAll, invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected, org$scalatest$BeforeAndAfterAll$_setter_$invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected_$eq, run
-
Methods inherited from interface akka.http.scaladsl.testkit.MarshallingTestUtils
marshal, marshallingTimeout, marshalToResponse, marshalToResponseForRequestAccepting, unmarshal, unmarshalValue
-
Methods inherited from interface akka.http.scaladsl.client.RequestBuilding
addAttribute, addCredentials, addHeader, addHeader, addHeaders, Delete, Get, Head, header2AddHeader, logRequest, logRequest, mapHeaders, Options, Patch, Post, Put, removeHeader, removeHeader, removeHeader, removeHeaders
-
Methods inherited from interface akka.http.scaladsl.testkit.RouteTest
actorSystemNameFrom, charset, charsetOption, check, chunks, chunksStream, cleanUp, closingExtension, contentType, createActorSystem, DefaultHostInfo, entityAs, executor, expectWebSocketUpgradeWithProtocol, handled, header, header, headers, isWebSocketUpgrade, materializer, mediaType, rawResponse, rejection, rejections, response, responseAs, responseEntity, responseSafe, result, runRoute, status, system, testConfig, testConfigSource, TildeArrow, TildeBangArrow, trailer
-
Methods inherited from interface akka.http.scaladsl.testkit.RouteTestResultComponent
failTest
-
Methods inherited from interface akka.http.scaladsl.testkit.ScalatestUtils
evaluateTo, haveFailedWith, unmarshalTo, unmarshalToValue
-
Methods inherited from interface org.scalatest.SuiteMixin
expectedTestCount, nestedSuites, rerunner, runNestedSuites, runTest, runTests, styleName, suiteId, suiteName, tags, testDataFor, testNames
-
Methods inherited from interface akka.http.scaladsl.testkit.TestFrameworkInterface
cleanUp
-
Methods inherited from interface akka.http.scaladsl.testkit.TestFrameworkInterface.Scalatest
afterAll, failTest, testExceptionHandler
-
Methods inherited from interface akka.http.scaladsl.client.TransformerPipelineSupport
logValue, logValue
-
Methods inherited from interface akka.http.scaladsl.testkit.WSTestRequestBuilding
WS
-
-