citerus / dddsample-core

This is the new home of the original DDD Sample app (previously hosted at sf.net)..
MIT License
4.97k stars 1.47k forks source link

Use JUnit4 style for all tests #26

Closed mdeinum closed 6 years ago

mdeinum commented 6 years ago

Prior to this commit the tests had a mixture of JUnit4 and JUnit3 style of writing. With this commit all tests are using JUnit4 style with annotations.

With this commit the Spring part has also been polished to use the updated runner and cleanup the tests to remove the deprecation warnings due to deprecated annotations.