Feature #1052
Add prepare annotation for z2Unit
Start date:
07.05.2013
Due date:
% Done:
100%
Estimated time:
origin:
Description
When running a z2 unit, it can be important to have other z2 components prepared before instantiating the test classes.
A prototypical such case is to have a spring application context loaded.
Currently this can be achieved by static initializers. An annotation would be more convenient.