Download junit-theories-4.12.jar file

Introduction

You can download junit-theories-4.12.jar in this page.

License

Eclipse Public License v 1.0

Type List

junit-theories-4.12.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.junit.contrib/junit-theories/pom.properties
META-INF/maven/org.junit.contrib/junit-theories/pom.xml
org.junit.contrib.theories.DataPoint.class
org.junit.contrib.theories.DataPoints.class
org.junit.contrib.theories.FromDataPoints.class
org.junit.contrib.theories.ParameterSignature.class
org.junit.contrib.theories.ParameterSupplier.class
org.junit.contrib.theories.ParametersSuppliedBy.class
org.junit.contrib.theories.PotentialAssignment.class
org.junit.contrib.theories.Theories.class
org.junit.contrib.theories.Theory.class
org.junit.contrib.theories.internal.AllMembersSupplier.class
org.junit.contrib.theories.internal.Assignments.class
org.junit.contrib.theories.internal.BooleanSupplier.class
org.junit.contrib.theories.internal.EnumSupplier.class
org.junit.contrib.theories.internal.ParameterizedAssertionError.class
org.junit.contrib.theories.internal.SpecificDataPointsSupplier.class
org.junit.contrib.theories.suppliers.TestedOn.class
org.junit.contrib.theories.suppliers.TestedOnSupplier.class

Pom

junit-theories-4.12.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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>9</version>
    </parent>

    <groupId>org.junit.contrib</groupId>
    <artifactId>junit-theories</artifactId>
    <version>4.12</version>
    <packaging>jar</packaging>
    <name>junit-theories</name>
    <description>JUnit theories runner</description>
    <url>https://github.com/pholser/junit-theories</url>

    <issueManagement>
        <system>GitHub</system>
        <url>https://github.com/pholser/junit-theories/issues</url>
    </issueManagement>
    <licenses>
        <license>
            <name>Eclipse Public License v 1.0</name>
            <url>http://www.eclipse.org/legal/epl-v10.html</url>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:git@github.com:pholser/junit-theories.git</connection>
        <developerConnection>scm:git:git@github.com:pholser/junit-theories.git</developerConnection>
        <url>http://github.com/pholser/junit-theories</url>
    </scm>
    <developers>
        <developer>
            <id>pholser</id>
            <name>Paul Holser</name>
            <email>pholser@alumni.rice.edu</email>
            <url>http://www.pholser.com</url>
        </developer>
    </developers>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.12</version>
        </dependency>
        <dependency>
            <groupId>org.javaruntype</groupId>
            <artifactId>javaruntype</artifactId>
            <version>1.2</version>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.junit.contrib</groupId>
   <artifactId>junit-theories</artifactId>
   <version>4.12</version>
</dependency>

Download

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



Download junit-theories-4.12.jar file




PreviousNext

Related