In specs2, given the following code:
import org.specs2.mutable.SpecificationWithJUnit trait TestSuite extends SpecificationWithJUnit { ... } class ConcreteTest