8 lines
214 B
Scala
8 lines
214 B
Scala
/**
|
|
* Copyright (C) 2009-2012 Typesafe Inc. <http://www.typesafe.com>
|
|
*/
|
|
package akka.docs.dispatcher
|
|
|
|
import org.scalatest.junit.JUnitSuite
|
|
|
|
class DispatcherDocTest extends DispatcherDocTestBase with JUnitSuite
|