Download powermock-module-junit4-1.7.0.jar file

Introduction

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

License

The Apache Software License, Version 2.0

Type List

powermock-module-junit4-1.7.0.jar file has the following types.

META-INF/LICENSE.txt
META-INF/MANIFEST.MF
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.7.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.powermock</groupId>
  <artifactId>powermock-module-junit4</artifactId>
  <version>1.7.0</version>
  <dependencies>
    <dependency>
      <groupId>org.powermock</groupId>
      <artifactId>powermock-module-junit4-common</artifactId>
      <version>1.7.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>hamcrest-core</artifactId>
          <groupId>org.hamcrest</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-core</artifactId>
      <version>1.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <name>PowerMock</name>
  <packaging>jar</packaging>
  <description>PowerMock support module for JUnit 4.x.</description>
  <url>http://www.powermock.org</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>http://github.com/mockito/mockito</url>
    <connection>scm:git:git://github.com/powermock/powermock</connection>
    <developerConnection>scm:git:git://github.com/powermock/powermock</developerConnection>
  </scm>
  <issueManagement>
    <url>https://github.com/powermock/powermock/issues</url>
    <system>GitHub</system>
  </issueManagement>
  <developers>
    <developer>
      <id>johanhaleby</id>
      <name>Johan Haleby</name>
      <email>johan.haleby at jayway.com</email>
    </developer>
    <developer>
      <id>jakr</id>
      <name>Jan Kronquist</name>
      <email>jan.kronquist at jayway.com</email>
    </developer>
    <developer>
      <id>thekingnothing</id>
      <name>Arthur Zagretdinov</name>
      <email>arthur.zagretdinov at outlook.com</email>
    </developer>
  </developers>
</project>

POM Entry

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

Download

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




PreviousNext

Related