Download JUnitParams-0.3.7.jar file

Introduction

You can download JUnitParams-0.3.7.jar in this page.

License

Apache 2

Type List

JUnitParams-0.3.7.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/pl.pragmatists/JUnitParams/pom.properties
META-INF/maven/pl.pragmatists/JUnitParams/pom.xml
junitparams.InvokeParameterisedMethod.class
junitparams.JUnitParamsRunner.class
junitparams.ParameterisedTestClassRunner.class
junitparams.ParameterisedTestMethodRunner.class
junitparams.Parameters.class
junitparams.TestMethod.class
junitparams.Utils.class

Pom

JUnitParams-0.3.7.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>
		<artifactId>oss-parent</artifactId>
		<groupId>org.sonatype.oss</groupId>
		<version>7</version>
	</parent>
	<groupId>pl.pragmatists</groupId>
	<artifactId>JUnitParams</artifactId>
	<version>0.3.7</version>
	<packaging>jar</packaging>
	<name>JUnitParams</name>
	<description>Better parameterised tests for JUnit</description>
	<url>http://junitparams.googlecode.com</url>
	<developers>
		<developer>
			<id>pawel.lipinski</id>
			<name>Pawel Lipinski</name>
			<email>pawel.lipinski@pragmatists.pl</email>
			<organization>Pragmatists</organization>
			<organizationUrl>http://pragmatists.pl</organizationUrl>
		</developer>
	</developers>
	<licenses>
		<license>
			<name>Apache 2</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
			<comments>A business-friendly OSS license</comments>
		</license>
	</licenses>
	<issueManagement>
		<system>Google Code</system>
		<url>http://code.google.com/p/junitparams/issues/list</url>
	</issueManagement>
	<scm>
		<connection>scm:hg:http://junitparams.googlecode.com/hg/</connection>
		<developerConnection>scm:hg:https://junitparams.googlecode.com/hg/</developerConnection>
		<url>http://junitparams.googlecode.com/hg/</url>
	</scm>
	<organization>
		<name>Pragmatists</name>
		<url>http://pragmatists.pl</url>
	</organization>
	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<source>1.6</source>
					<target>1.6</target>
					<encoding>UTF-8</encoding>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
				<configuration>
					<sourcepath>${project.basedir}/src/main/javadoc;${project.basedir}/src/main/java</sourcepath>
					<reportOutputDirectory>${project.basedir}</reportOutputDirectory>
					<docfilessubdirs>false</docfilessubdirs>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-surefire-plugin</artifactId>
				<version>2.8.1</version>
			</plugin>
		</plugins>
	</build>
	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.10</version>
		</dependency>
	</dependencies>
</project>

POM Entry

<dependency>
   <groupId>pl.pragmatists</groupId>
   <artifactId>JUnitParams</artifactId>
   <version>0.3.7</version>
</dependency>

Download

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



Download JUnitParams-0.3.7.jar file




PreviousNext

Related