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 interface
TestFrameworkInterface.Scalatest
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cleanUp()
scala.runtime.Nothing$
failTest(java.lang.String msg)
ExceptionHandler
testExceptionHandler()
-
-
-
Method Detail
-
cleanUp
void cleanUp()
-
failTest
scala.runtime.Nothing$ failTest(java.lang.String msg)
-
testExceptionHandler
ExceptionHandler testExceptionHandler()
-
-