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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -