final GuiceBerryWrapper wrapper = guiceBerry.buildWrapper(testDescription,
new VersionTwoBackwardsCompatibleGuiceBerryEnvSelector());
//add a tear down before setting up so that if an exception is thrown there,
//we still do the tear down.
maybeAddGuiceBerryTearDown(testDescription, new TearDown() {
public void tearDown() throws Exception {
wrapper.runAfterTest();
}
});