All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.ruippeixotog.akka.testkit.specs2.mutable.AkkaSpecificationLike.scala Maven / Gradle / Ivy

There is a newer version: 0.3.4
Show newest version
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