net.ruippeixotog.akka.testkit.specs2.mutable.AkkaSpecificationLike.scala Maven / Gradle / Ivy
package net.ruippeixotog.akka.testkit.specs2.mutable
import akka.testkit.TestKitBase
import org.specs2.mutable.SpecificationLike
import org.specs2.specification.AfterAll
import net.ruippeixotog.akka.testkit.specs2.AkkaMatchers
trait AkkaSpecificationLike extends TestKitBase with SpecificationLike with AkkaMatchers with AfterAll {
  def afterAll(): Unit = shutdown()
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy