summaryrefslogtreecommitdiff
path: root/test/pending/run
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2016-04-06 10:15:38 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2016-04-12 09:37:31 +0200
commitb932419f07c0d747d868ebc3b51ccc54573a5827 (patch)
tree0c1157fb8bbdf86521124f9eefc6c4a90961112c /test/pending/run
parentd6f66ec0f38e42c19f79cbe9d32d29c65dee1e05 (diff)
downloadscala-b932419f07c0d747d868ebc3b51ccc54573a5827.tar.gz
scala-b932419f07c0d747d868ebc3b51ccc54573a5827.tar.bz2
scala-b932419f07c0d747d868ebc3b51ccc54573a5827.zip
Rewrite JUnit tests to avoid `@Test` methods in traits
JUnit 4 does not support running `@Test` methods defined as default methods in parent interfaces. JUnit 5 will, but is not yet available. Currently scalac emits a forwarder to every trait method inherited by a class, so tests are correctly executed. The fix for SD-98 will change this.
Diffstat (limited to 'test/pending/run')
0 files changed, 0 insertions, 0 deletions