super(test);
Protectable p= new Protectable() { public void protect() throws Exception { setUp(); basicRun(result); tearDown(); } }; result.runProtected(this, p);
Sets up the fixture. Override to set up additional fixture state.
Tears down the fixture. Override to tear down the additional fixture state.