public void testRemoveParentLast() throws Exception {
   fTest.testRemoveParentLast();
 }
 public void testRemove() throws Exception {
   fTest.testRemove();
 }
 /*
  * @see junit.framework.TestCase#tearDown()
  * @since 3.1
  */
 protected void tearDown() throws Exception {
   fTest.tearDown();
   fTest = null;
 }
 public void testSimpleAdd() throws Exception {
   fTest.testSimpleAdd();
 }
 protected void setUp() throws Exception {
   fTest = new TreeContentProviderTest(fName);
   fTest.setUp();
 }