Package akka.http.scaladsl.testkit
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 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.specs2.specification.core.ContextualSpecificationStructure
fragments
-
Methods inherited from interface org.specs2.specification.core.SpecificationStructure
decorate, is, map, map, structure
-
Methods inherited from interface akka.http.scaladsl.testkit.TestFrameworkInterface
cleanUp
-
-
-
-
Method Detail
-
afterAll
void afterAll()
- Specified by:
afterAll
in interfaceorg.specs2.specification.AfterAll
-
failTest
scala.runtime.Nothing$ failTest(java.lang.String msg)
- Specified by:
failTest
in interfaceTestFrameworkInterface
-
testExceptionHandler
ExceptionHandler testExceptionHandler()
- Specified by:
testExceptionHandler
in interfaceTestFrameworkInterface
-
-