public static void Cleanup() { TestConfig.dropTestTable(tempTable); }
public static void Init(TestContext context) { tempTable = TestConfig.createTestTable(); }
public static void Initialize(TestContext context) { tempTableName = TestConfig.createTestTable(); }