/** Add a fixture instead (or override safeUp if you must) */
@Override @Deprecated
protected final void setUp() throws Exception {
if (fixtures == null) throw new Error("Already up()ed");
addFixture(new Fixture() {
public void down() throws Exception {
safeDown();
}
public void up() throws Exception {
safeUp();