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
After using ScalaTest 1.6 for a while I lost touch with the progress of the project. I checked up today and saw the Eclipse plugin was available. Great! So I downloaded and installed.
The docs say that ScalaTest must be on the build path. So my thought process was: the ScalaTest plugin must've added a library to include. But I couldn't find it anywhere. Re-reading the docs a few times I realised that ScalaTest had to be downloaded separately, and then the JAR added manually to the build path. I created my own user library for this.
It would be much better if it worked just like the JUnit plugin; a library is automatically added which can be incorporated.
The text was updated successfully, but these errors were encountered:
Very sorry for replying late, not sure why I didn't get email notification.
We want to let the user to have the option of choosing the ScalaTest version, but may be we can just include different ScalaTest version, e.g. ScalaTest 1 and ScalaTest 2, just like the JUnit's JUnit 3 and JUnit 4.
Yeah, including them all and allowing a choice sounds like a good idea. Impose a good default too! Just things to make the startup experience smoother :)
After using ScalaTest 1.6 for a while I lost touch with the progress of the project. I checked up today and saw the Eclipse plugin was available. Great! So I downloaded and installed.
The docs say that ScalaTest must be on the build path. So my thought process was: the ScalaTest plugin must've added a library to include. But I couldn't find it anywhere. Re-reading the docs a few times I realised that ScalaTest had to be downloaded separately, and then the JAR added manually to the build path. I created my own user library for this.
It would be much better if it worked just like the JUnit plugin; a library is automatically added which can be incorporated.
The text was updated successfully, but these errors were encountered: