You can download powermock-module-junit4-1.5.2.jar in this page.
The Apache Software License, Version 2.0
powermock-module-junit4-1.5.2.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.powermock/powermock-module-junit4/pom.properties META-INF/maven/org.powermock/powermock-module-junit4/pom.xml org.powermock.modules.junit4.PowerMockRunner.class org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl.class org.powermock.modules.junit4.internal.impl.PowerMockJUnit47RunnerDelegateImpl.class org.powermock.modules.junit4.internal.impl.PowerMockJUnit49RunnerDelegateImpl.class org.powermock.modules.junit4.internal.impl.testcaseworkaround.PowerMockJUnit4MethodValidator.class
powermock-module-junit4-1.5.2.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>powermock-modules</artifactId> <groupId>org.powermock</groupId> <version>1.5.2</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> <packaging>jar</packaging> <name>powermock-module-junit4</name> <url>http://www.powermock.org</url> <description> PowerMock support module for JUnit 4.x. </description> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4-common</artifactId> <version>${project.version}</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <excludes> <exclude>**/SuppressSpecificConstructorDemoTest.java</exclude> </excludes> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> <version>1.5.2</version> </dependency>
If you think the following powermock-module-junit4-1.5.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download powermock-module-junit4-1.5.2.jar file