protected void tearDown() throws Exception { if (this.workingCopy != null) { this.workingCopy.discardWorkingCopy(); this.workingCopy = null; } super.tearDown(); }
public void tearDownSuite() throws Exception { deleteProject("P"); super.tearDownSuite(); }
public void setUpSuite() throws Exception { super.setUpSuite(); createJavaProject("P"); createFile("P/X.java", "public class X {\n" + "}"); }