Download powermock-module-testng-agent-1.6.2.jar file

Introduction

You can download powermock-module-testng-agent-1.6.2.jar in this page.

License

Open Source

Type List

powermock-module-testng-agent-1.6.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.powermock/powermock-module-testng-agent/pom.properties
META-INF/maven/org.powermock/powermock-module-testng-agent/pom.xml
org.powermock.modules.testng.PowerMockObjectFactory.class

Pom

powermock-module-testng-agent-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-testng-agent</artifactId>
    <name>${project.artifactId}</name>
    <url>http://www.powermock.org</url>

    <description>
        PowerMock module for TestNG Java agent bootstrap.
    </description>

    <dependencies>
        <dependency>
            <groupId>org.testng</groupId>
            <artifactId>testng</artifactId>
            <version>6.8.21</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-module-javaagent</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.powermock</groupId>
            <artifactId>powermock-module-testng-common</artifactId>
            <version>${project.version}</version>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.powermock</groupId>
   <artifactId>powermock-module-testng-agent</artifactId>
   <version>1.6.2</version>
</dependency>

Download

If you think the following powermock-module-testng-agent-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-testng-agent-1.6.2.jar file




PreviousNext

Related