}
protected void setupEnvironment() {
if (env == null) {
try {
env = new CloudTestEnvironment(view);
env.setup();
} catch (Exception ex) {
super.tearDownContext(); // Make sure we close the context setup
// fails
throw new RuntimeException("Could not create environment", ex);