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

Introduction

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

License

Open Source

Type List

powermock-module-junit4-common-1.6.2.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.2.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.2</version>
        <relativePath>../../pom.xml</relativePath>
    </parent>

    <artifactId>powermock-module-junit4-common</artifactId>
    <name>${project.artifactId}</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.2</version>
</dependency>

Download

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




PreviousNext

Related