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