Package akka.http.scaladsl.testkit
Interface TestFrameworkInterface
-
- All Known Subinterfaces:
ScalatestRouteTest,Specs2FrameworkInterface.Specs2,Specs2RouteTest,TestFrameworkInterface.Scalatest
public interface TestFrameworkInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTestFrameworkInterface.Scalatest
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanUp()scala.runtime.Nothing$failTest(java.lang.String msg)ExceptionHandlertestExceptionHandler()
-
-
-
Method Detail
-
cleanUp
void cleanUp()
-
failTest
scala.runtime.Nothing$ failTest(java.lang.String msg)
-
testExceptionHandler
ExceptionHandler testExceptionHandler()
-
-