MXUnit 2.1.2 has been released. This is a small, single-feature patch release which affects the behavior of beforeTests() and afterTests() when run from within the MXUnit Eclipse plugin. Previously, these would behave just as setUp() and tearDown() when run from within the plugin, in that that they would run on every single test method. Now, they run once per component, as expected.
Get the latest bits here: https://github.com/mxunit/mxunit/downloads
--Marc
3 comments:
Hooray! It always bugged me that they behaved differently. I don't expect any difference in test results, just spotted of running them.
Speed. Stupid autocorrect.
Thanks Marc. Updating our code base to use this version.
Post a Comment