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