You can download powermock-module-junit4-legacy-1.6.6.jar in this page.
Open Source
powermock-module-junit4-legacy-1.6.6.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.powermock/powermock-module-junit4-legacy/pom.properties META-INF/maven/org.powermock/powermock-module-junit4-legacy/pom.xml org.powermock.modules.junit4.legacy.PowerMockRunner.class org.powermock.modules.junit4.legacy.internal.impl.PowerMockJUnit4LegacyFilter.class org.powermock.modules.junit4.legacy.internal.impl.PowerMockJUnit4LegacyRunnerDelegateImpl.class org.powermock.modules.junit4.legacy.internal.impl.testcaseworkaround.PowerMockJUnit4LegacyTestClassMethodsRunner.class org.powermock.modules.junit4.legacy.internal.impl.testcaseworkaround.PowerMockJUnit4LegacyTestIntrospector.class org.powermock.modules.junit4.legacy.internal.impl.testcaseworkaround.PowerMockJUnit4LegacyTestMethodRunner.class
powermock-module-junit4-legacy-1.6.6.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.powermock</groupId> <artifactId>powermock-modules</artifactId> <version>1.6.6</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>powermock-module-junit4-legacy</artifactId> <name>${project.artifactId}</name> <description> PowerMock support module for JUnit 4.0-4.3. </description> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.powermock.tests</groupId> <artifactId>powermock-tests-utils</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4-common</artifactId> <version>${project.version}</version> <exclusions> <exclusion> <groupId>junit</groupId> <artifactId>junit</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>
<dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4-legacy</artifactId> <version>1.6.6</version> </dependency>
If you think the following powermock-module-junit4-legacy-1.6.6.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-legacy-1.6.6.jar file