Interface Specs2FrameworkInterface.Specs2
- All Superinterfaces:
org.specs2.specification.AfterAll,org.specs2.specification.core.ContextualSpecificationStructure,org.specs2.specification.create.FragmentsFactory,org.specs2.specification.core.SpecificationStructure,TestFrameworkInterface
- All Known Subinterfaces:
Specs2RouteTest
- Enclosing class:
- Specs2FrameworkInterface
public static interface Specs2FrameworkInterface.Specs2
extends TestFrameworkInterface, org.specs2.specification.AfterAll
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.testkit.TestFrameworkInterface
TestFrameworkInterface.Scalatest -
Method Summary
Methods inherited from interface org.specs2.specification.AfterAll
mapMethods inherited from interface org.specs2.specification.core.ContextualSpecificationStructure
fragmentsMethods inherited from interface org.specs2.specification.create.FragmentsFactory
fragmentFactoryMethods inherited from interface org.specs2.specification.core.SpecificationStructure
decorate, is, map, map, structureMethods inherited from interface org.apache.pekko.http.scaladsl.testkit.TestFrameworkInterface
cleanUp
-
Method Details
-
afterAll
void afterAll()- Specified by:
afterAllin interfaceorg.specs2.specification.AfterAll
-
failTest
- Specified by:
failTestin interfaceTestFrameworkInterface
-
testExceptionHandler
ExceptionHandler testExceptionHandler()- Specified by:
testExceptionHandlerin interfaceTestFrameworkInterface
-