You can download JUnitParams-0.9.0.jar in this page.
Apache 2
JUnitParams-0.9.0.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.FileParameters.class junitparams.JUnitParamsRunner.class junitparams.Parameters.class junitparams.converters.ConvertParam.class junitparams.converters.ParamConverter.class junitparams.internal.IdentityMapper.class junitparams.internal.InvokeParameterisedMethod.class junitparams.internal.ParameterisedTestClassRunner.class junitparams.internal.ParameterisedTestMethodRunner.class junitparams.internal.TestMethod.class junitparams.internal.Utils.class junitparams.mappers.CsvWithHeaderMapper.class junitparams.mappers.DataMapper.class
JUnitParams-0.9.0.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.9.0</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> <version>2.5.1</version> <configuration> <source>1.5</source> <target>1.5</target> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9</version> <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.12.4</version> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> </dependency> </dependencies> </project>
<dependency> <groupId>pl.pragmatists</groupId> <artifactId>JUnitParams</artifactId> <version>0.9.0</version> </dependency>
If you think the following JUnitParams-0.9.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download JUnitParams-0.9.0.jar file