INSTANCE.doSetUp(testCase);
}
public synchronized void doSetUp(final TestCase testCase) {
TestDescription testDescription = buildDescription(testCase);
final GuiceBerryWrapper wrapper = guiceBerry.buildWrapper(testDescription,
new VersionTwoBackwardsCompatibleGuiceBerryEnvSelector());
//add a tear down before setting up so that if an exception is thrown there,