Tej Pratap Singh

Tej Pratap Singh

Follow
Follow
homeNotesPortfolio
Tag

Mocking

#mocking

More content

Read more stories on Hashnode


Articles with this tag

PowerMock: Understanding @PrepareForTest

Oct 18, 20223 min read

PrepareForTest is very powerful tool that unlocks class manipulation capabilities by modifying class to byte code level. ยท PowerMock is a powerful...

PowerMock: Understanding @PrepareForTest

Mockito CheatSheet: Tldr and Tips

Oct 12, 20222 min read

These are some of the useful methods and classes provided by Mockito 1. Mockito.mock() Creates a mock of any class. By default, it will return default...

Mockito CheatSheet: Tldr and Tips