Ejemplo n.º 1
0
        public void TestBeginDbTransaction()
        {
            //
            // TODO: Add test logic here
            //
            Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture("en");

            TestCases.Test_dinit();
            TestCases.Test_BeginDbTransaction();
            TestCases.Test_init();
        }
Ejemplo n.º 2
0
 public static void MyClassInitialize(TestContext testContext)
 {
     TestCases.Test_init();
 }