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 SummaryNested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.testkit.TestFrameworkInterfaceTestFrameworkInterface.Scalatest
- 
Method SummaryMethods inherited from interface org.specs2.specification.AfterAllmapMethods inherited from interface org.specs2.specification.core.ContextualSpecificationStructurefragmentsMethods inherited from interface org.specs2.specification.create.FragmentsFactoryfragmentFactoryMethods inherited from interface org.specs2.specification.core.SpecificationStructuredecorate, is, map, map, structureMethods inherited from interface org.apache.pekko.http.scaladsl.testkit.TestFrameworkInterfacecleanUp
- 
Method Details- 
afterAllvoid afterAll()- Specified by:
- afterAllin interface- org.specs2.specification.AfterAll
 
- 
failTest- Specified by:
- failTestin interface- TestFrameworkInterface
 
- 
testExceptionHandlerExceptionHandler testExceptionHandler()- Specified by:
- testExceptionHandlerin interface- TestFrameworkInterface
 
 
-