mendix / UnitTesting

Module to run Mendix and JUnit unit test inside a project
Apache License 2.0
7 stars 12 forks source link

Make it possible to rollback setup/teardown microflow. #7

Closed mennodehaas closed 6 years ago

mennodehaas commented 6 years ago

If AutoRollback is enabled, the changes in each unit test are rolled back, but not the changes in the setup/teardown. If you delete all existing data in the setup microflow, your data will get lost.

In this version, a seperate transaction is used for the setup/teardown if Autorollback is enabled for a testsuite.