java - how to run playframework FunctionalTest through Eclipse? -


and second question:

is possible run them in bunch through eclipse?

functionaltest , unittest extend basetest, annotated playjunit4testrunner, should find can run tests other test (i.e. run > junit test). you'll see play environment being initialised on console before tests run.

one problem i've found running whole package of play tests in eclipse buggy, tend run 1 @ time in eclipse , use play's own testrunner verify whole suite.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -