Mockito and Powermockito Cheatsheet 29 Aug 2017 Introduction mockito: mock an object by interception and injection so that programmers don’t need to write their own mock class. powermockito: can mock constructor, static... Read more #java #mockito #test