MXUnit 2.1.2 Released

Saturday, August 11, 2012

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:

Adam said...

Hooray! It always bugged me that they behaved differently. I don't expect any difference in test results, just spotted of running them.

Adam said...

Speed. Stupid autocorrect.

Sam Farmer said...

Thanks Marc. Updating our code base to use this version.