DOC

org.powermock : powermock

Maven & Gradle

Nov 04, 2016
7 usages
4k stars

powermock · PowerMock allows you to unit test code normally regarded as untestable. For instance it is possible to mock static methods, remove static initializers, allow mocking without dependency injection and more. PowerMock works by bytecode manipulation. PowerMock also contain some utilities that gives you easier access to an objects internal state. PowerMock can be used to test otherwise untestable code and also to achieve a cleaner separation between test and production code.

Table Of Contents

Latest Version

Download org.powermock : powermock Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file powermock-1.6.6-javadoc.jar to powermock-1.6.6-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder powermock-1.6.6-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "powermock-1.6.6-sources.jar" -d "powermock-1.6.6-javadoc" -subpackages 

Advertisement

Dependencies from Group

Nov 01, 2020
3.3k usages
4k stars
Apr 12, 2018
2.3k usages
4k stars
Nov 01, 2020
1.4k usages
4k stars
Nov 02, 2020
534 usages
4k stars
Nov 01, 2020
511 usages
4k stars

Discover Dependencies

Aug 25, 2023
48 usages
3.9k stars
Jan 10, 2023
416 usages
249 stars
Jul 30, 2022
3 usages
62 stars
Jan 24, 2016
6 usages
202 stars
Oct 15, 2019
4 usages
Apr 05, 2016