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