wrdv / testme-idea

TestMe IntelliJ IDEA Plugin - Auto generates Unit Test code
http://weirddev.com/testme
Other
157 stars 62 forks source link

release 1.6 - Feature/ignore unused constructor arguments #4

Closed yaronyam closed 6 years ago

yaronyam commented 6 years ago
- Test params generator improvements: heuristically identify and ignore unused properties by the tested method, pass null for constructor arguments that initialize unused properties
- Mock final classes when Mockito option mock-maker-inline is set in project resource file /mockito-extensions/org.mockito.plugins.MockMaker (reported by koperko on Aug 11 '17)
- bugfix: Goto Test or Test Generation popup doesn't open for python files due to internal error on testability validation check (reported by aristotll on July 30 '17)
- bugfix: test params generator - Java Primitive wrappers should not be unwrapped to avoid method call ambiguity (reported by intars on June 6 '17)
- bugfix: auto location of the appropriate target test module src directory in a multi module project
coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.1%) to 87.863% when pulling a7e11b51aed8ab3adc12d30717dc23c112b243c5 on feature/ignore_unused_constructor_arguments into 1e29cca2747265960f266af5275c2324980b388e on master.