10 lines
213 B
Scala
10 lines
213 B
Scala
|
|
/**
|
||
|
|
* Copyright (C) 2009-2012 Typesafe Inc. <http://www.typesafe.com>
|
||
|
|
*/
|
||
|
|
|
||
|
|
package docs.pattern
|
||
|
|
|
||
|
|
import org.scalatest.junit.JUnitSuite
|
||
|
|
|
||
|
|
class SchedulerPatternTest extends SchedulerPatternTestBase with JUnitSuite
|