HotcakesCommerce / hotcakes-commerce-core

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!
https://mmmcommerce.com
MIT License
67 stars 55 forks source link

Update_Hotcakes_Commerce_Test #455

Closed ArielBlanco1990 closed 1 year ago

ArielBlanco1990 commented 1 year ago

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.