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