Ejemplo n.º 1
0
        public void RunTests()
        {
            Weavver.Testing.Accounting.Accounting_RecurringBillables rb = new Accounting.Accounting_RecurringBillables();
               rb.TestFixtureSetUp();
               rb.RunTest();
               rb.TestFixtureTearDown();

               Weavver.Testing.Sales.WebStore order = new Weavver.Testing.Sales.WebStore();
               order.TestFixtureSetUp();
               order.PlaceOrder();
               order.TestFixtureTearDown();

               WeavverApp app = new WeavverApp();
               app.TestFixtureSetUp();
               app.RunTests();
               app.TestFixtureTearDown();

               Weavver.Testing.Sales.Sales_LicenseKeyActivationService slkas = new Sales.Sales_LicenseKeyActivationService();
               slkas.RunTest();

               // VENDOR TESTS
               Weavver.Testing.Vendors.FreeSwitch.Directory fsDirectory = new Vendors.FreeSwitch.Directory();
               fsDirectory.RunTest();
        }