@AfterClass
 public static void teardown() throws IOException {
   HDocumentDBTest.teardown();
 }
 @BeforeClass
 public static void setup() throws IOException {
   HDocumentDBTest.setup();
   createDocuments();
 }