junit « playframework « Java Enterprise Q&A





1. how to run play! framework FunctionalTest through Eclipse?    stackoverflow.com

and the second question: is it possible to run them all in a bunch through Eclipse?

2. Play Framework Deletes DB at Test Mode    stackoverflow.com

We are using Play! framework in our project and testing our code with unit tests. With the same code all my records in the test database are deleted when I stop ...

3. Webdriver (ChromeDriver) with Play?    stackoverflow.com

I'm using ChromeDriver with Play! framework. I have a UnitTest where ChromeDriver is instantiated and make a get request to my Dyndns url. When the test starts, it opens chrome, makes ...

4. jwebunit playframework functional test is stuck    stackoverflow.com

I use play-framework application, and going to use JWEBUNIT for functional testings. There is a article that proved me to use that way: http://nesbot.com/2011/10/16/play-framework-sample-app-JWebUnit-synchronous-ajax Everything fine, but I have a problem with ...

5. How to (simulate) a POST in jUnit    stackoverflow.com

I am trying to have a server respond to a request which needs a XML structure. The easiest way I thought would be to create a POST with a string containing ...

6. Can I make @OnApplicationStart not run on tests?    stackoverflow.com

I just found out that classes annotated with @OnApplicationStart run when I run jUnit tests (via IntelliJ). Can I disable this? I have some logic that is only relevant on real application ...