Download test.util-5.6.1.jar file

Introduction

You can download test.util-5.6.1.jar in this page.

License

Open Source License

Type List

test.util-5.6.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.kaazing/test.util/pom.properties
META-INF/maven/org.kaazing/test.util/pom.xml
log4j-trace.properties
org.kaazing.test.util.Assert.class
org.kaazing.test.util.ITUtil.class
org.kaazing.test.util.LoggingRule.class
org.kaazing.test.util.MemoryAppender.class
org.kaazing.test.util.MethodExecutionTrace.class
org.kaazing.test.util.Mockery.class
org.kaazing.test.util.ResolutionTestUtils.class
org.kaazing.test.util.SingleThreadedPolicy.class
org.kaazing.test.util.ThrowableContainer.class

Pom

test.util-5.6.1.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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.kaazing</groupId>
        <artifactId>gateway</artifactId>
        <version>5.6.1</version>
    </parent>

    <artifactId>test.util</artifactId>
    <name>Test Utils</name>
    <description>Miscellaneous test utilities for a variety of projects</description>

    <url>https://github.com/kaazing/test.util.git</url>
    <scm>
        <connection>scm:git:${project.scm.url}</connection>
        <developerConnection>scm:git:${project.scm.url}</developerConnection>
        <url>git@github.com:kaazing/test.util.git</url>
    </scm>

    <properties>
        <checkstyle.config.location>org/kaazing/code/quality/checkstyle.xml</checkstyle.config.location>
    </properties>

    <dependencies>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.jmock</groupId>
            <artifactId>jmock</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.kaazing</groupId>
            <artifactId>k3po.junit</artifactId>
            <scope>compile</scope>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-checkstyle-plugin</artifactId>
                <version>2.11</version>
                <executions>
                    <execution>
                        <id>validate</id>
                        <phase>validate</phase>
                        <configuration>
                            <encoding>UTF-8</encoding>
                            <!-- checkstyle doesn't like lambdas and? exceptions 
                                and bails -->
                            <consoleOutput>true</consoleOutput>
                            <failsOnError>true</failsOnError>
                            <failOnViolation>true</failOnViolation>
                            <!-- Avoid Java style copyright check for log4j-trace.properties -->
                            <includeResources>false</includeResources>
                        </configuration>
                        <goals>
                            <goal>check</goal>
                        </goals>
                    </execution>
                </executions>
                <dependencies>
                    <dependency>
                        <groupId>org.kaazing</groupId>
                        <artifactId>code.quality</artifactId>
                        <version>1.1</version>
                    </dependency>
                </dependencies>
            </plugin>
        </plugins>
    </build>

</project>

POM Entry

<dependency>
   <groupId>org.kaazing</groupId>
   <artifactId>test.util</artifactId>
   <version>5.6.1</version>
</dependency>

Download

If you think the following test.util-5.6.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download test.util-5.6.1.jar file




PreviousNext

Related