我想在(Akka 2.3.14)中使用AkkaSpec 我试图使用actor,sbt,intellij。
创建TCP文件IO我在build.sbt中编写了依赖,如下面的代码
libraryDependencies ++ = Seq( " com.typesafe.akka" %%" akka-testkit" %" 2.3.14", )
他们可以导入" akka.testkit"但是当我"导入akka.testkit.AkkaSpec"在我的scala文件中,它不能。
如何在akka中使用AkkaSpec ???请帮我。 THX。