@After
 public void tearDown() throws Exception {
   support.tearDown();
 }
 @Before
 public void setUp() throws Exception {
   support = new SesameGraphTestSupport();
   graph = support.setUp("GenericTest");
 }