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