-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
Description
I am running into an issue where I am unable to setup a mock using AutoMocker when the constructor takes in primitive values. For instance, if I want to setup a mock and it takes in a string in the constructor an exception is thrown. I would expect that default would be provided instead of trying to mock it.
That being said, I love the project and use it in all of my repos! Has definitely increased my productivity, with this edge case being the only thing that has caused me any issues. Thanks for all the hard work!
Reactions are currently unavailable