mendix / UnitTesting

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

Fix test runner for single test method runs #24

Closed nimatrueway closed 4 years ago

nimatrueway commented 4 years ago

When I try to run a single test method, All test methods inside that class run. This is a fix for that issue.