| 组织ID: |
com.pholser |
| 项目ID: |
junit-quickcheck-generators |
| 版本: |
0.3 |
| 最后修改时间: |
2019-10-24 06:04:17 |
| 包类型: |
jar |
| 标题: |
junit-quickcheck-generators |
| 描述: |
QuickCheck-style parameter suppliers for JUnit theories: basic generators |
| 大小: |
32.95KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-generators</artifactId>
<version>0.3</version>
</dependency>
|
| Gradle引入代码: |
com.pholser:junit-quickcheck-generators:0.3
|
| 下载Jar包: |
|
| POM文件内容: |
<?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>com.pholser</groupId>
<artifactId>junit-quickcheck</artifactId>
<version>0.3</version>
</parent>
<artifactId>junit-quickcheck-generators</artifactId>
<version>0.3</version>
<packaging>jar</packaging>
<name>junit-quickcheck-generators</name>
<description>QuickCheck-style parameter suppliers for JUnit theories: basic generators</description>
<url>http://github.com/pholser/junit-quickcheck</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-core</artifactId>
<version>0.3</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-core</artifactId>
<version>0.3</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>eu.somatik.serviceloader-maven-plugin</groupId>
<artifactId>serviceloader-maven-plugin</artifactId>
<version>1.0.2</version>
<configuration>
<services>
<param>com.pholser.junit.quickcheck.generator.Generator</param>
</services>
</configuration>
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.pholser.junit.quickcheck.generator.InRange.class
com.pholser.junit.quickcheck.generator.java.lang.BooleanGenerator.class
com.pholser.junit.quickcheck.generator.java.lang.ByteGenerator.class
com.pholser.junit.quickcheck.generator.java.lang.CharacterGenerator.class
com.pholser.junit.quickcheck.generator.java.lang.DoubleGenerator.class
com.pholser.junit.quickcheck.generator.java.lang.FloatGenerator.class
com.pholser.junit.quickcheck.generator.java.lang.IntegerGenerator.class
com.pholser.junit.quickcheck.generator.java.lang.LongGenerator.class
com.pholser.junit.quickcheck.generator.java.lang.ShortGenerator.class
com.pholser.junit.quickcheck.generator.java.lang.StringGenerator.class
com.pholser.junit.quickcheck.generator.java.math.BigDecimalGenerator.class
com.pholser.junit.quickcheck.generator.java.math.BigIntegerGenerator.class
com.pholser.junit.quickcheck.generator.java.util.ArrayListGenerator.class
com.pholser.junit.quickcheck.generator.java.util.BitSetGenerator.class
com.pholser.junit.quickcheck.generator.java.util.CollectionGenerator.class
com.pholser.junit.quickcheck.generator.java.util.concurrent.CallableGenerator.class
com.pholser.junit.quickcheck.generator.java.util.DateGenerator.class
com.pholser.junit.quickcheck.generator.java.util.HashMapGenerator.class
com.pholser.junit.quickcheck.generator.java.util.HashSetGenerator.class
com.pholser.junit.quickcheck.generator.java.util.HashtableGenerator.class
com.pholser.junit.quickcheck.generator.java.util.IdentityHashMapGenerator.class
com.pholser.junit.quickcheck.generator.java.util.LinkedHashMapGenerator.class
com.pholser.junit.quickcheck.generator.java.util.LinkedHashSetGenerator.class
com.pholser.junit.quickcheck.generator.java.util.LinkedListGenerator.class
com.pholser.junit.quickcheck.generator.java.util.LocaleGenerator.class
com.pholser.junit.quickcheck.generator.java.util.MapGenerator.class
com.pholser.junit.quickcheck.generator.java.util.PropertiesGenerator.class
com.pholser.junit.quickcheck.generator.java.util.StackGenerator.class
com.pholser.junit.quickcheck.generator.java.util.TimeZoneGenerator.class
com.pholser.junit.quickcheck.generator.java.util.VectorGenerator.class
com.pholser.junit.quickcheck.generator.java.util.WeakHashMapGenerator.class
com.pholser.junit.quickcheck.generator.Precision.class
com.pholser.junit.quickcheck.generator.VoidGenerator.class
META-INF/services/com.pholser.junit.quickcheck.generator.Generator
META-INF/maven/com.pholser/junit-quickcheck-generators/pom.xml
META-INF/maven/com.pholser/junit-quickcheck-generators/pom.properties
|
| 依赖Jar: |
junit-quickcheck-core-0.3.jar
/com.pholser/junit-quickcheck-core/0.3
查看junit-quickcheck-core所有版本文件
junit-quickcheck-core-0.3.jar
/com.pholser/junit-quickcheck-core/0.3
查看junit-quickcheck-core所有版本文件
|