summaryrefslogtreecommitdiff
path: root/test/junit/scala/collection/convert/NullSafetyToScalaTest.scala
Commit message (Collapse)AuthorAgeFilesLines
* Adapt naming convention for collection.convert null safety testLukas Rytz2016-05-201-0/+148
Test classes not ending in "Test" are not executed in sbt. IntelliJ runs them. After this patch: 803 tests executed both in sbt and junit.