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 SummaryNested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.testkit.TestFrameworkInterfaceTestFrameworkInterface.Scalatest
- 
Method SummaryMethods inherited from interface org.scalatest.BeforeAndAfterAllbeforeAll, invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected, org$scalatest$BeforeAndAfterAll$_setter_$invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected_$eq, runMethods inherited from interface org.scalatest.SuiteMixinexpectedTestCount, nestedSuites, rerunner, runNestedSuites, runTest, runTests, styleName, suiteId, suiteName, tags, testDataFor, testNamesMethods inherited from interface org.apache.pekko.http.scaladsl.testkit.TestFrameworkInterfacecleanUp
- 
Method Details- 
afterAllvoid afterAll()- Specified by:
- afterAllin interface- org.scalatest.BeforeAndAfterAll
 
- 
failTest- Specified by:
- failTestin interface- TestFrameworkInterface
 
- 
testExceptionHandlerExceptionHandler testExceptionHandler()- Specified by:
- testExceptionHandlerin interface- TestFrameworkInterface
 
 
-