This content has been marked as final.
Show 2 replies
-
1. Re: Roaster: addAnnotation(org.JUnit.Test)
gastaldi Apr 7, 2018 8:49 AM (in response to desmond95)Is the JUnit dependency in your project in compile scope? Otherwise the
JVM won't be able to load that annotation and you may probably see that
error
-
2. Re: Roaster: addAnnotation(org.JUnit.Test)
desmond95 Apr 7, 2018 10:12 AM (in response to gastaldi)Thats it! Guess I have to learn about scopes..
Thank you