| 组织ID: |
com.pholser |
| 项目ID: |
junit-quickcheck-core |
| 版本: |
0.5-beta-1 |
| 最后修改时间: |
2019-10-29 12:33:32 |
| 包类型: |
jar |
| 标题: |
junit-quickcheck-core |
| 描述: |
QuickCheck-style parameter suppliers for JUnit theories: core functionality |
| 大小: |
56.39KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-core</artifactId>
<version>0.5-beta-1</version>
</dependency>
|
| Gradle引入代码: |
com.pholser:junit-quickcheck-core:0.5-beta-1
|
| 下载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>
<artifactId>junit-quickcheck-core</artifactId>
<version>0.5-beta-1</version>
<packaging>jar</packaging>
<name>junit-quickcheck-core</name>
<description>QuickCheck-style parameter suppliers for JUnit theories: core functionality</description>
<url>http://github.com/pholser/junit-quickcheck</url>
<parent>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck</artifactId>
<version>0.5-beta-1</version>
</parent>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.junit.contrib</groupId>
<artifactId>junit-theories</artifactId>
<version>5.0-alpha-3</version>
</dependency>
<dependency>
<groupId>org.javaruntype</groupId>
<artifactId>javaruntype</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>ognl</groupId>
<artifactId>ognl</artifactId>
<version>3.0.5</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</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>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.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>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.pholser.junit.quickcheck.ForAll.class
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.GenerationStatus.class
com.pholser.junit.quickcheck.generator.Generator.class
com.pholser.junit.quickcheck.generator.GeneratorConfiguration.class
com.pholser.junit.quickcheck.generator.Lambdas$LambdaInvocationHandler.class
com.pholser.junit.quickcheck.generator.Lambdas.class
com.pholser.junit.quickcheck.generator.Size.class
com.pholser.junit.quickcheck.generator.ValuesOf.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.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.GenerationContext$DiscardRatioExceededException.class
com.pholser.junit.quickcheck.internal.generator.GenerationContext.class
com.pholser.junit.quickcheck.internal.generator.GeneratorRepository.class
com.pholser.junit.quickcheck.internal.generator.LambdaGenerator.class
com.pholser.junit.quickcheck.internal.generator.RandomTheoryParameterGenerator.class
com.pholser.junit.quickcheck.internal.generator.ServiceLoaderGeneratorSource.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.ParameterContext.class
com.pholser.junit.quickcheck.internal.ParameterTypeContext.class
com.pholser.junit.quickcheck.internal.RandomValueSupplier.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.SampleSizer.class
com.pholser.junit.quickcheck.internal.Weighted.class
com.pholser.junit.quickcheck.internal.Zilch.class
com.pholser.junit.quickcheck.Produced.class
com.pholser.junit.quickcheck.random.SourceOfRandomness.class
META-INF/services/com.pholser.junit.quickcheck.generator.Generator
META-INF/maven/com.pholser/junit-quickcheck-core/pom.xml
META-INF/maven/com.pholser/junit-quickcheck-core/pom.properties
|
| 依赖Jar: |
junit-theories-5.0-alpha-3.jar
/org.junit.contrib/junit-theories/5.0-alpha-3
查看junit-theories所有版本文件
javaruntype-1.2.jar
/org.javaruntype/javaruntype/1.2
查看javaruntype所有版本文件
ognl-3.0.5.jar
/ognl/ognl/3.0.5
查看ognl所有版本文件
|