| 组织ID: |
com.pholser |
| 项目ID: |
junit-quickcheck-core |
| 版本: |
0.8-alpha-5 |
| 最后修改时间: |
2019-12-05 22:56:31 |
| 包类型: |
jar |
| 标题: |
junit-quickcheck-core |
| 描述: |
Property-based testing, JUnit-style: core functionality |
| 大小: |
105.67KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-core</artifactId>
<version>0.8-alpha-5</version>
</dependency>
|
| Gradle引入代码: |
com.pholser:junit-quickcheck-core:0.8-alpha-5
|
| 下载Jar包: |
|
| POM文件内容: |
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck</artifactId>
<version>0.8-alpha-5</version>
</parent>
<artifactId>junit-quickcheck-core</artifactId>
<version>0.8-alpha-5</version>
<packaging>jar</packaging>
<name>junit-quickcheck-core</name>
<description>Property-based testing, JUnit-style: core functionality</description>
<url>http://github.com/pholser/junit-quickcheck</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.javaruntype</groupId>
<artifactId>javaruntype</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>ognl</groupId>
<artifactId>ognl</artifactId>
<version>3.1.12</version>
</dependency>
<dependency>
<groupId>ru.vyarus</groupId>
<artifactId>generics-resolver</artifactId>
<version>2.0.1</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>
</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>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.pholser.junit.quickcheck.From.class
com.pholser.junit.quickcheck.generator.ComponentizedGenerator.class
com.pholser.junit.quickcheck.generator.Ctor.class
com.pholser.junit.quickcheck.generator.Fields.class
com.pholser.junit.quickcheck.generator.Gen.class
com.pholser.junit.quickcheck.generator.GenerationStatus$Key.class
com.pholser.junit.quickcheck.generator.GenerationStatus.class
com.pholser.junit.quickcheck.generator.Generator.class
com.pholser.junit.quickcheck.generator.GeneratorConfiguration.class
com.pholser.junit.quickcheck.generator.GeneratorConfigurationException.class
com.pholser.junit.quickcheck.generator.Generators.class
com.pholser.junit.quickcheck.generator.Lambdas$LambdaInvocationHandler.class
com.pholser.junit.quickcheck.generator.Lambdas.class
com.pholser.junit.quickcheck.generator.Shrink.class
com.pholser.junit.quickcheck.generator.Size.class
com.pholser.junit.quickcheck.generator.ValuesOf.class
com.pholser.junit.quickcheck.hook.NilMinimalCounterexampleHook.class
com.pholser.junit.quickcheck.internal.constraint.ConstraintEvaluator$1.class
com.pholser.junit.quickcheck.internal.constraint.ConstraintEvaluator$ConstraintOgnlContext.class
com.pholser.junit.quickcheck.internal.constraint.ConstraintEvaluator$EvaluationException.class
com.pholser.junit.quickcheck.internal.constraint.ConstraintEvaluator.class
com.pholser.junit.quickcheck.internal.FakeAnnotatedTypeFactory$1.class
com.pholser.junit.quickcheck.internal.FakeAnnotatedTypeFactory$2.class
com.pholser.junit.quickcheck.internal.FakeAnnotatedTypeFactory.class
com.pholser.junit.quickcheck.internal.generator.AbstractGenerationStatus.class
com.pholser.junit.quickcheck.internal.generator.ArrayGenerator.class
com.pholser.junit.quickcheck.internal.generator.CompositeGenerator.class
com.pholser.junit.quickcheck.internal.generator.EnumGenerator.class
com.pholser.junit.quickcheck.internal.generator.GeneratorRepository.class
com.pholser.junit.quickcheck.internal.generator.LambdaGenerator.class
com.pholser.junit.quickcheck.internal.generator.PropertyParameterGenerationContext$DiscardRatioExceededException.class
com.pholser.junit.quickcheck.internal.generator.PropertyParameterGenerationContext.class
com.pholser.junit.quickcheck.internal.generator.ServiceLoaderGeneratorSource.class
com.pholser.junit.quickcheck.internal.generator.SimpleGenerationStatus.class
com.pholser.junit.quickcheck.internal.generator.ZilchGenerator.class
com.pholser.junit.quickcheck.internal.GeometricDistribution.class
com.pholser.junit.quickcheck.internal.Items.class
com.pholser.junit.quickcheck.internal.Lists.class
com.pholser.junit.quickcheck.internal.ParameterTypeContext.class
com.pholser.junit.quickcheck.internal.PropertyParameterContext.class
com.pholser.junit.quickcheck.internal.Ranges$Type.class
com.pholser.junit.quickcheck.internal.Ranges.class
com.pholser.junit.quickcheck.internal.Reflection.class
com.pholser.junit.quickcheck.internal.ReflectionException.class
com.pholser.junit.quickcheck.internal.Sequences$1.class
com.pholser.junit.quickcheck.internal.Sequences$2.class
com.pholser.junit.quickcheck.internal.Sequences$3.class
com.pholser.junit.quickcheck.internal.Sequences.class
com.pholser.junit.quickcheck.internal.ShrinkControl.class
com.pholser.junit.quickcheck.internal.Weighted.class
com.pholser.junit.quickcheck.internal.Zilch.class
com.pholser.junit.quickcheck.MinimalCounterexampleHook.class
com.pholser.junit.quickcheck.Pair.class
com.pholser.junit.quickcheck.Produced.class
com.pholser.junit.quickcheck.Property.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
javaruntype-1.3.jar
/org.javaruntype/javaruntype/1.3
查看javaruntype所有版本文件
ognl-3.1.12.jar
/ognl/ognl/3.1.12
查看ognl所有版本文件
generics-resolver-2.0.1.jar
/ru.vyarus/generics-resolver/2.0.1
查看generics-resolver所有版本文件
|