8 lines
203 B
Scala
8 lines
203 B
Scala
/**
|
|
* Copyright (C) 2009-2011 Typesafe Inc. <http://www.typesafe.com>
|
|
*/
|
|
package akka.docs.event
|
|
|
|
import org.scalatest.junit.JUnitSuite
|
|
|
|
class LoggingDocTest extends LoggingDocTestBase with JUnitSuite
|