[ANN] Spock 0.5 released

2010-12-11 Thread Peter Niederwieser
Dear Guice community, I'm happy to announce that version 0.5 of Spock, the testing and specification framework for Java and Groovy apps, has been released. This release brings major new features like deep integration with Hamcrest (http://code.google.com/p/hamcrest/) and dynamic reordering of test

configure Singleton

2010-12-11 Thread Peter
Hi, I know this 'singleton' problem was asked a lot of times here* but I would like to know the following specific case which wasn't answered. If I am doing: bind(MaxBoundSet.class).in(Singleton.class); all is fine except that I need to configure the MaxBoundSet singleton before instantiation. Ho