mendix / UnitTesting

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

Restart transaction when test fails #8

Closed mennodehaas closed 6 years ago

mennodehaas commented 6 years ago

When one test failed, the next unit test was not running in the setup transaction anymore. A new transaction is now started when in case a test fails.