Download powermock-module-junit4-1.7.3.jar file

Introduction

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

License

The Apache Software License, Version 2.0

Type List

powermock-module-junit4-1.7.3.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.3.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.3</version>
  <dependencies>
    <dependency>
      <groupId>org.powermock</groupId>
      <artifactId>powermock-module-junit4-common</artifactId>
      <version>1.7.3</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>
  <packaging>jar</packaging>
  <description>PowerMock support module for JUnit 4.x.</description>
  <scm>
    <url>https://github.com/powermock/powermock.git</url>
  </scm>
  <issueManagement>
    <url>https://github.com/powermock/powermock/issues</url>
    <system>GitHub issues</system>
  </issueManagement>
  <ciManagement>
    <url>https://travis-ci.org/powermock/powermock</url>
    <system>TravisCI</system>
  </ciManagement>
  <contributors>
    <contributor>
      <name>Johan Haleby</name>
      <url>https://github.com/johanhaleby</url>
    </contributor>
    <contributor>
      <name>Arthur Zagretdinov</name>
      <url>https://github.com/thekingnothing</url>
    </contributor>
    <contributor>
      <name>Ren? Scheibe</name>
      <url>https://github.com/darxriggs</url>
    </contributor>
    <contributor>
      <name>Henrik Kaipe</name>
      <url>https://github.com/kaipe</url>
    </contributor>
    <contributor>
      <name>Mykhailo Kovalskyi</name>
      <url>https://github.com/kovalskyi</url>
    </contributor>
    <contributor>
      <name>Evgeny Astafyev</name>
      <url>https://github.com/astafev</url>
    </contributor>
    <contributor>
      <name>Delyan Kratunov</name>
      <url>https://github.com/BurntBrunch</url>
    </contributor>
    <contributor>
      <name>Wojtek Wilk</name>
      <url>https://github.com/wwilk</url>
    </contributor>
    <contributor>
      <name>Christian Ivan</name>
      <url>https://github.com/civanyp</url>
    </contributor>
    <contributor>
      <name>powermock-release-tools</name>
      <url>https://github.com/powermock-release-tools</url>
    </contributor>
    <contributor>
      <name>PeerHartmann</name>
      <url>https://github.com/PeerHartmann</url>
    </contributor>
    <contributor>
      <name>valery1707</name>
      <url>https://github.com/valery1707</url>
    </contributor>
    <contributor>
      <name>occho</name>
      <url>https://github.com/occho</url>
    </contributor>
    <contributor>
      <name>Tomasz Przybyla</name>
      <url>https://github.com/bsodzik</url>
    </contributor>
    <contributor>
      <name>Tobias Preuss</name>
      <url>https://github.com/johnjohndoe</url>
    </contributor>
    <contributor>
      <name>Stefan Birkner</name>
      <url>https://github.com/stefanbirkner</url>
    </contributor>
    <contributor>
      <name>Sebastian Saip</name>
      <url>https://github.com/ssaip</url>
    </contributor>
    <contributor>
      <name>Roman Leventov</name>
      <url>https://github.com/leventov</url>
    </contributor>
    <contributor>
      <name>PowerMock Release Tools</name>
      <url>https://github.com/powermock-release-tools</url>
    </contributor>
    <contributor>
      <name>Petr ?irok?</name>
      <url>https://github.com/psiroky</url>
    </contributor>
    <contributor>
      <name>Kotaro Nanri</name>
      <url>https://github.com/k-nanri</url>
    </contributor>
    <contributor>
      <name>Katharina Laube</name>
      <url>https://github.com/klaube</url>
    </contributor>
    <contributor>
      <name>Jorge</name>
      <url>https://github.com/xp500</url>
    </contributor>
    <contributor>
      <name>Jay Anderson</name>
      <url>https://github.com/jayanderson</url>
    </contributor>
    <contributor>
      <name>Ilya Ghirici</name>
      <url>https://github.com/Ilya-Gh</url>
    </contributor>
    <contributor>
      <name>Fran?ois JACQUES</name>
      <url>https://github.com/hypnoce</url>
    </contributor>
    <contributor>
      <name>Deniz Arsan</name>
      <url>https://github.com/denizarsan</url>
    </contributor>
    <contributor>
      <name>Brice Dutheil</name>
      <url>https://github.com/bric3</url>
    </contributor>
    <contributor>
      <name>Andrei Petcu</name>
      <url>https://github.com/andreicristianpetcu</url>
    </contributor>
    <contributor>
      <name>podarsmarty</name>
      <url>https://github.com/podarsmarty</url>
    </contributor>
    <contributor>
      <name>gauee</name>
      <url>https://github.com/gauee</url>
    </contributor>
    <contributor>
      <name>eraonel</name>
      <url>https://github.com/eraonel</url>
    </contributor>
    <contributor>
      <name>emmaLP</name>
      <url>https://github.com/emmaLP</url>
    </contributor>
  </contributors>
  <name>PowerMock</name>
  <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>
  <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.3</version>
</dependency>

Download

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




PreviousNext

Related