The core of the e-commerce part of the overall solution. This is an ecommerce shopping cart solution built on top of the DNN (DotNetNuke) CMS. Anyone can do commerce online now!
Added this new class with multiple methods to create and delete the necessary data in all tests.
New methods:
AffiliatesTestCreate
AffiliatesTestDelete
CreateTestProduct
RemoveTestProduct
CreateTestCategory
RemoveTestCategory
CreateTestProductType
RemoveTestProductType
CreateTestGiftCard
RemoveTestGiftCard
CreateTestManufacturer
RemoveTestManufacturer
CreateTestPriceGroup
RemoveTestPriceGroup
CreateTestRelationship
RemoveTestRelationship
CreateTestProductReview
RemoveTestProductReview
CreateTestTaxSchedules
RemoveTestTaxSchedules
CreateTestTax
RemoveTestTax
CreateTestVendor
RemoveTestVendor
CreateTestCustomerAccount
RemoveTestCustomerAccount
CreateTestVariant
CreateTestOrder
RemoveTestOrder
CreateTestOrderTransaction
RemoveTestOrderTransactions
Changes made
1- Reorganization of some lines of code.
2- Modification of some comments.
3- Use of the new methods in the SampleData class to create the necessary data before running the tests and delete it at the end of the tests.
4- Dependencies with the TestConstants class, dynamically binding to the data of the information created from the new classes in SampleData.
Description of PR
Added this new class with multiple methods to create and delete the necessary data in all tests.
New methods:
Changes made
1- Reorganization of some lines of code. 2- Modification of some comments. 3- Use of the new methods in the SampleData class to create the necessary data before running the tests and delete it at the end of the tests. 4- Dependencies with the TestConstants class, dynamically binding to the data of the information created from the new classes in SampleData.