Last Version

powermock 1.6.6

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.

License

License

Categories

Categories

PowerMock Unit Testing
GroupId

GroupId

org.powermock
ArtifactId

ArtifactId

powermock
Version

Version

1.6.6
Type

Type

pom
Description

Description

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.
Project URL

Project URL

http://www.powermock.org

Download powermock 1.6.6

Filename Size
powermock-1.6.6.pom 16 KB
Browse

<!-- https://jarcasting.com/artifacts/org.powermock/powermock/ -->
<dependency>
    <groupId>org.powermock</groupId>
    <artifactId>powermock</artifactId>
    <version>1.6.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.powermock/powermock/
implementation 'org.powermock:powermock:1.6.6'
// https://jarcasting.com/artifacts/org.powermock/powermock/
implementation ("org.powermock:powermock:1.6.6")
'org.powermock:powermock:pom:1.6.6'
<dependency org="org.powermock" name="powermock" rev="1.6.6">
  <artifact name="powermock" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.powermock', module='powermock', version='1.6.6')
)
libraryDependencies += "org.powermock" % "powermock" % "1.6.6"
[org.powermock/powermock "1.6.6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • api
  • modules
  • tests
  • reflect
  • classloading