Download powermock-module-junit4-common-1.6.0.jar file

Introduction

You can download powermock-module-junit4-common-1.6.0.jar in this page.

License

Open Source

Type List

powermock-module-junit4-common-1.6.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.powermock/powermock-module-junit4-common/pom.properties
META-INF/maven/org.powermock/powermock-module-junit4-common/pom.xml
org.powermock.modules.junit4.common.internal.JUnit4TestSuiteChunker.class
org.powermock.modules.junit4.common.internal.PowerMockJUnitRunnerDelegate.class
org.powermock.modules.junit4.common.internal.impl.AbstractCommonPowerMockRunner.class
org.powermock.modules.junit4.common.internal.impl.JUnit4TestSuiteChunkerImpl.class
org.powermock.modules.junit4.common.internal.impl.JUnitVersion.class
org.powermock.modules.junit4.common.internal.impl.PowerMockJUnit4RunListener.class
org.powermock.modules.junit4.common.internal.impl.VersionComparator.class
org.powermock.modules.junit4.common.internal.impl.VersionTokenizer.class

Pom

powermock-module-junit4-common-1.6.0.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.6.0</version>
		<relativePath>../../pom.xml</relativePath>
	</parent>
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.powermock</groupId>
	<artifactId>powermock-module-junit4-common</artifactId>
	<name>powermock-module-junit4-common</name>

	<description>
		PowerMock support module for all versions of JUnit 4.x.
	</description>

	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.4</version>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>org.powermock</groupId>
			<artifactId>powermock-core</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>org.powermock</groupId>
			<artifactId>powermock-reflect</artifactId>
			<version>${project.version}</version>
		</dependency>
	</dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.powermock</groupId>
   <artifactId>powermock-module-junit4-common</artifactId>
   <version>1.6.0</version>
</dependency>

Download

If you think the following powermock-module-junit4-common-1.6.0.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-common-1.6.0.jar file




PreviousNext

Related