| 组织ID: |
com.pholser |
| 项目ID: |
junit-quickcheck-generators |
| 版本: |
0.9 |
| 最后修改时间: |
2019-06-06 15:03:52 |
| 包类型: |
jar |
| 标题: |
junit-quickcheck-generators |
| 描述: |
Property-based testing, JUnit-style: basic generators |
| 大小: |
114.29KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-generators</artifactId>
<version>0.9</version>
</dependency>
|
| Gradle引入代码: |
com.pholser:junit-quickcheck-generators:0.9
|
| 下载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.9</version>
</parent>
<artifactId>junit-quickcheck-generators</artifactId>
<version>0.9</version>
<packaging>jar</packaging>
<name>junit-quickcheck-generators</name>
<description>Property-based testing, JUnit-style: 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.9</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.google.guava</groupId>
<artifactId>guava-testlib</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-core</artifactId>
<version>0.9</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.jacoco</groupId>
<artifactId>jacoco-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.7</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
META-INF/services/com.pholser.junit.quickcheck.generator.Generator
com.pholser.junit.quickcheck.generator.DecimalGenerator.class
com.pholser.junit.quickcheck.generator.IntegralGenerator.class
com.pholser.junit.quickcheck.generator.java.util.ArrayListGenerator.class
com.pholser.junit.quickcheck.generator.java.util.HashSetGenerator.class
com.pholser.junit.quickcheck.generator.java.util.RFC4122$NameBasedUUIDGenerator.class
com.pholser.junit.quickcheck.generator.java.util.LocaleGenerator.class
com.pholser.junit.quickcheck.generator.java.util.RFC4122.class
com.pholser.junit.quickcheck.generator.java.util.LinkedListGenerator.class
com.pholser.junit.quickcheck.generator.java.util.SetGenerator.class
com.pholser.junit.quickcheck.generator.java.util.StackGenerator.class
com.pholser.junit.quickcheck.generator.java.util.RFC4122$Namespace.class
com.pholser.junit.quickcheck.generator.java.util.OptionalDoubleGenerator.class
com.pholser.junit.quickcheck.generator.java.util.DateGenerator.class
com.pholser.junit.quickcheck.generator.java.util.LinkedHashMapGenerator.class
com.pholser.junit.quickcheck.generator.java.util.RFC4122$Namespaces.class
com.pholser.junit.quickcheck.generator.java.util.OptionalLongGenerator.class
com.pholser.junit.quickcheck.generator.java.util.TimeZoneGenerator.class
com.pholser.junit.quickcheck.generator.java.util.RFC4122$MessageDigests.class
com.pholser.junit.quickcheck.generator.java.util.function.FunctionGenerator.class
com.pholser.junit.quickcheck.generator.java.util.function.UnaryOperatorGenerator.class
com.pholser.junit.quickcheck.generator.java.util.function.ToIntBiFunctionGenerator.class
com.pholser.junit.quickcheck.generator.java.util.function.PredicateGenerator.class
com.pholser.junit.quickcheck.generator.java.util.function.BinaryOperatorGenerator.class
com.pholser.junit.quickcheck.generator.java.util.function.BiPredicateGenerator.class
com.pholser.junit.quickcheck.generator.java.util.function.ToIntFunctionGenerator.class
com.pholser.junit.quickcheck.generator.java.util.function.ToDoubleFunctionGenerator.class
com.pholser.junit.quickcheck.generator.java.util.function.ToLongBiFunctionGenerator.class
com.pholser.junit.quickcheck.generator.java.util.function.BiFunctionGenerator.class
com.pholser.junit.quickcheck.generator.java.util.function.IntFunctionGenerator.class
com.pholser.junit.quickcheck.generator.java.util.function.ToLongFunctionGenerator.class
com.pholser.junit.quickcheck.generator.java.util.function.DoubleFunctionGenerator.class
com.pholser.junit.quickcheck.generator.java.util.function.SupplierGenerator.class
com.pholser.junit.quickcheck.generator.java.util.function.LongFunctionGenerator.class
com.pholser.junit.quickcheck.generator.java.util.function.ToDoubleBiFunctionGenerator.class
com.pholser.junit.quickcheck.generator.java.util.CollectionGenerator.class
com.pholser.junit.quickcheck.generator.java.util.MapGenerator.class
com.pholser.junit.quickcheck.generator.java.util.BitSetGenerator.class
com.pholser.junit.quickcheck.generator.java.util.OptionalIntGenerator.class
com.pholser.junit.quickcheck.generator.java.util.HashMapGenerator.class
com.pholser.junit.quickcheck.generator.java.util.RFC4122$AbstractUUIDGenerator.class
com.pholser.junit.quickcheck.generator.java.util.VectorGenerator.class
com.pholser.junit.quickcheck.generator.java.util.PropertiesGenerator.class
com.pholser.junit.quickcheck.generator.java.util.OptionalGenerator.class
com.pholser.junit.quickcheck.generator.java.util.concurrent.CallableGenerator.class
com.pholser.junit.quickcheck.generator.java.util.RFC4122$Version4.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.LinkedHashSetGenerator.class
com.pholser.junit.quickcheck.generator.java.util.RFC4122$Version3.class
com.pholser.junit.quickcheck.generator.java.util.RFC4122$Version5.class
com.pholser.junit.quickcheck.generator.java.util.ListGenerator.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.time.ZonedDateTimeGenerator.class
com.pholser.junit.quickcheck.generator.java.time.LocalDateGenerator.class
com.pholser.junit.quickcheck.generator.java.time.OffsetTimeGenerator.class
com.pholser.junit.quickcheck.generator.java.time.ZoneIdGenerator.class
com.pholser.junit.quickcheck.generator.java.time.PeriodGenerator.class
com.pholser.junit.quickcheck.generator.java.time.YearMonthGenerator.class
com.pholser.junit.quickcheck.generator.java.time.InstantGenerator.class
com.pholser.junit.quickcheck.generator.java.time.LocalDateTimeGenerator.class
com.pholser.junit.quickcheck.generator.java.time.OffsetDateTimeGenerator.class
com.pholser.junit.quickcheck.generator.java.time.DurationGenerator.class
com.pholser.junit.quickcheck.generator.java.time.YearGenerator.class
com.pholser.junit.quickcheck.generator.java.time.ClockGenerator.class
com.pholser.junit.quickcheck.generator.java.time.ZoneOffsetGenerator.class
com.pholser.junit.quickcheck.generator.java.time.LocalTimeGenerator.class
com.pholser.junit.quickcheck.generator.java.time.MonthDayGenerator.class
com.pholser.junit.quickcheck.generator.java.lang.strings.CodePoints$CodePointRange.class
com.pholser.junit.quickcheck.generator.java.lang.strings.CodePoints.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
junit-quickcheck-core-0.9.jar
/com.pholser/junit-quickcheck-core/0.9
查看junit-quickcheck-core所有版本文件
junit-quickcheck-core-0.9.jar
/com.pholser/junit-quickcheck-core/0.9
查看junit-quickcheck-core所有版本文件
|