Download powermock-module-junit4-1.6.1.jar file

Introduction

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

License

The Apache Software License, Version 2.0

Type List

powermock-module-junit4-1.6.1.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.PowerMockRunnerDelegate.class
org.powermock.modules.junit4.internal.impl.DelegatingPowerMockRunner.class
org.powermock.modules.junit4.internal.impl.NotificationBuilder.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.PowerMockRunNotifier.class
org.powermock.modules.junit4.internal.impl.testcaseworkaround.PowerMockJUnit4MethodValidator.class

Pom

powermock-module-junit4-1.6.1.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.1</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.12</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.easymock</groupId>
            <artifactId>easymock</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>cglib</groupId>
            <artifactId>cglib-nodep</artifactId>
            <scope>test</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>

POM Entry

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

Download

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




PreviousNext

Related