You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sample project is a play project so it does not help very much.
I am just trying to do a simple scala project with a couple of
unit tests using ScalaTest.
An additional issue when my test includes the following.
val is = java.lang.ClassLoader.getSystemResourceAsStream("profiles/" + name + ".json")
Source.fromInputStream(is).getLines().mkString("\n")
It works when I run "test" but fails with a null ptr exception inside getLines when I run "scct:test".
I am using Scala 2.10.2 and SBT 0.13.0 via sbt extras.
When I run scct:test the tests run and then sbt pauses for quite a while before
a new prompt is displayed. But there is no coverage report in target.
The text was updated successfully, but these errors were encountered: