mendix / UnitTesting

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

Prefix #5

Closed martijnraats closed 3 years ago

martijnraats commented 7 years ago

Hello,

Why is the prefix changed from Test to Test_? (https://github.com/mendix/UnitTesting/commit/7daf92082b684cf1396cc0c2fc5842a95b09b1d6) Now I need to change all my unit test microflow names, but besides that I like to use CamelCase for my microflow names, which for me do not include underscores.

Greetings Martijn

RoelandSalij commented 7 years ago

Hi, we got several complaints about the implementation which did not reflect the documentation and we corrected that in the latest version. In a future version we'll make this prefix a constant which you can set in your own environment.

For now you can change https://github.com/mendix/UnitTesting/blob/master/src/javasource/unittesting/TestManager.java#L62 to Test to have it behave in the way you like.

JefHellemansMendix commented 3 years ago

Hi @martijnraats! My team at Mendix R&D recently added this module to our list of responsibilities. We do not have the time to put extensive work into it right now, but feel free to open a pull request for this issue if you are still interested in having it.