Shivani Sharma
Shivani Sharma
You might want to migrate to mockito or use the above fork. Have built on @tinder-dthomson 's great work with much help from @timtebeek and added automation for more statements...
I would prefer the recipe that breaks the build personally based on my experience running this recipe on a large codebase a few weeks ago. I got 3 complilation errors...
Would love to get this in, I'm happy to work on it, depending on my workload this week. If anyone else wants to take it, please go for it.
Can do this with following suggestion from @timtebeek "I'm leaning mostly towards a separate recipe that can be run through best practices, not immediately part of a JUnit 4 to...
Awesome for working on this!
Congrats on new baby!
Looking at the unit tests, we can't migrate Mockup directly to mock + when statements. Because Mockup is typically used to stub a subset of methods while the remaining methods...
You could do it in the following way if you don't want to use byte code injection: 1. If in the MockUp, only static methods, then use MockStatic as you...
I was referring to PowerMockito not PowerMock (hope I didn’t do a typo)! I have no experience with this so I am unsure if it could be good. MockUp is...
> Furthermore, Mockito's claim about mocking private/final method sound to me. > > [https://github.com/mockito/mockito/wiki/Mockito-And-Private-Methods](https://github.com/mockito/mockito/wiki/Mockito-And-Private-Methods) > > Do you think we should support these? It's a JMockit to Mockito 5 recipe....