summaryrefslogtreecommitdiff
path: root/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala')
-rw-r--r--test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala b/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala
new file mode 100644
index 0000000000..014fd24b6f
--- /dev/null
+++ b/test/disabled/presentation/simple-tests/SimpleInteractiveTest.scala
@@ -0,0 +1,11 @@
+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
+// settings.YpresentationDebug.value = true
+// override val synchronousRequests = false
+}