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