public static interface Specs2FrameworkInterface.Specs2 extends TestFrameworkInterface, org.specs2.specification.AfterAll
TestFrameworkInterface.Scalatest| Modifier and Type | Method and Description | 
|---|---|
| void | afterAll() | 
| scala.runtime.Nothing$ | failTest(java.lang.String msg) | 
| ExceptionHandler | testExceptionHandler() | 
cleanUp$init$, create, create$default$2, create$default$3, decorate, is, linkedSpecifications, linkedSpecificationsRefs, map, map, referencedSpecifications, referencedSpecificationsRefs, reverseTopologicalSort, seeSpecifications, seeSpecificationsRefs, specificationsRefs, structure, topologicalSortvoid afterAll()
afterAll in interface org.specs2.specification.AfterAllscala.runtime.Nothing$ failTest(java.lang.String msg)
failTest in interface TestFrameworkInterfaceExceptionHandler testExceptionHandler()
testExceptionHandler in interface TestFrameworkInterface