summaryrefslogtreecommitdiff
path: root/test/files/presentation/simple-tests/SimpleInteractiveTest.scala
blob: cfadc561ae18fa512ba1f264290b5d163b0f1f63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import scala.tools.nsc.interactive.tests._

/** Simple test that shows how to use the InteractiveTest class. It uses the
 *  inherited runTest method that runs completion and typedAt tests on all
 *  sources found under src/
 */
object Test extends InteractiveTest {
  override val runRandomTests = false
//  override val synchronousRequests = false
}