How can I run JUNITs in Eclipse when there is a dependency of EBean enhancing models?
问题 I'm trying to execute junits in a project where the stack is playframework with java, I'm able to run the test by calling sbt test but I would like run the junits in eclipse IDE but keeps showing errors because the models are NOT enhanced. I saw that there is a plugin for eclipse, but it didn't work for me. Do you guys know to do accomplish running that junits in eclipse? As a not I'm a noobie using playframework. Thanks in advance. 回答1: After doing more research, I found that there are two