- PowerMock - Home
- PowerMock - Overview
- PowerMock - Environment Setup
- PowerMock - First Application
- PowerMock - Mock Static
- PowerMock - Mock Private
- PowerMock - Mock Final
- PowerMock - Mock New
- PowerMock - Bypass Encapsulation
- PowerMock - Supress Behavior
- PowerMock Useful Resources
- PowerMock - Quick Guide
- PowerMock - Useful Resources
- PowerMock - Discussion
Selected Reading
Discuss PowerMock
PowerMock is an extension to Mockito/EasyMock mocking frameworks. It is a JAVA-based library that is used for effective unit testing of JAVA applications. PowerMock is used to mock untestable code such as private/final methods so that complete code can be used in unit testing.
Advertisements