return new File(this.getClass().getResource(resource).toURI());
}
@org.junit.Test
public void testRWTest() {
Test t1 = new CreateTable();
assertEquals("org.apache.accumulo.test.randomwalk.unit.CreateTable", t1.toString());
Test t2 = new CreateTable();
assertEquals("CreateTable test nodes were not equal.", t1, t2);
}