Package akka.http.scaladsl.testkit
Interface TestFrameworkInterface.Scalatest
-
- All Superinterfaces:
org.scalatest.BeforeAndAfterAll
,org.scalatest.SuiteMixin
,TestFrameworkInterface
- All Known Subinterfaces:
ScalatestRouteTest
- Enclosing interface:
- TestFrameworkInterface
public static interface TestFrameworkInterface.Scalatest extends TestFrameworkInterface, org.scalatest.BeforeAndAfterAll
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.scaladsl.testkit.TestFrameworkInterface
TestFrameworkInterface.Scalatest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
afterAll()
scala.runtime.Nothing$
failTest(java.lang.String msg)
ExceptionHandler
testExceptionHandler()
-
Methods inherited from interface org.scalatest.BeforeAndAfterAll
beforeAll, invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected, org$scalatest$BeforeAndAfterAll$_setter_$invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected_$eq, run
-
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
-
-
-
-
Method Detail
-
afterAll
void afterAll()
- Specified by:
afterAll
in interfaceorg.scalatest.BeforeAndAfterAll
-
failTest
scala.runtime.Nothing$ failTest(java.lang.String msg)
- Specified by:
failTest
in interfaceTestFrameworkInterface
-
testExceptionHandler
ExceptionHandler testExceptionHandler()
- Specified by:
testExceptionHandler
in interfaceTestFrameworkInterface
-
-