Example #1
0
 public static void Cleanup()
 {
     TestConfig.dropTestTable(tempTable);
 }
Example #2
0
 public static void Init(TestContext context)
 {
     tempTable = TestConfig.createTestTable();
 }
Example #3
0
 public static void Initialize(TestContext context)
 {
     tempTableName = TestConfig.createTestTable();
 }