jmockit / jmockit1

Advanced Java library for integration testing, mocking, faking, and code coverage
Other
461 stars 239 forks source link

Add method name check for generic methods Expectations #712

Open Saljack opened 3 years ago

Saljack commented 3 years ago

Close #708 #700 . WIth debuging I found that there is completly missing a check for a method name. Adding this check resolves issues with generic result types. See added unit tests.