| 组织ID: |
com.pholser |
| 项目ID: |
junit-quickcheck-core |
| 版本: |
0.1 |
| 最后修改时间: |
2019-10-24 05:00:12 |
| 包类型: |
jar |
| 标题: |
junit-quickcheck-core |
| 描述: |
QuickCheck-style parameter suppliers for JUnit theories: core functionality |
| 大小: |
58.60KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-core</artifactId>
<version>0.1</version>
</dependency>
|
| Gradle引入代码: |
com.pholser:junit-quickcheck-core:0.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.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.1</version>
</parent>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.junit.contrib</groupId>
<artifactId>junit-theories</artifactId>
<version>4.11</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.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>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</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.ArrayGenerator.class
com.pholser.junit.quickcheck.generator.ArrayListGenerator.class
com.pholser.junit.quickcheck.generator.BigDecimalGenerator.class
com.pholser.junit.quickcheck.generator.BigIntegerGenerator.class
com.pholser.junit.quickcheck.generator.BooleanGenerator.class
com.pholser.junit.quickcheck.generator.ByteGenerator.class
com.pholser.junit.quickcheck.generator.CallableGenerator.class
com.pholser.junit.quickcheck.generator.CharacterGenerator.class
com.pholser.junit.quickcheck.generator.ComponentizedGenerator.class
com.pholser.junit.quickcheck.generator.DateGenerator.class
com.pholser.junit.quickcheck.generator.DoubleGenerator.class
com.pholser.junit.quickcheck.generator.EnumGenerator.class
com.pholser.junit.quickcheck.generator.FloatGenerator.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.HashMapGenerator.class
com.pholser.junit.quickcheck.generator.HashSetGenerator.class
com.pholser.junit.quickcheck.generator.InRange.class
com.pholser.junit.quickcheck.generator.IntegerGenerator.class
com.pholser.junit.quickcheck.generator.Lambdas$LambdaInvocationHandler.class
com.pholser.junit.quickcheck.generator.Lambdas.class
com.pholser.junit.quickcheck.generator.LongGenerator.class
com.pholser.junit.quickcheck.generator.Precision.class
com.pholser.junit.quickcheck.generator.ShortGenerator.class
com.pholser.junit.quickcheck.generator.StringGenerator.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.BasicGeneratorSource.class
com.pholser.junit.quickcheck.internal.generator.CompositeGenerator.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.TheoryParameterGenerator.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
junit-theories-4.11.jar
/org.junit.contrib/junit-theories/4.11
查看junit-theories所有版本文件
javaruntype-1.2.jar
/org.javaruntype/javaruntype/1.2
查看javaruntype所有版本文件
ognl-3.0.5.jar
/ognl/ognl/3.0.5
查看ognl所有版本文件
powermock-module-junit4-1.5.jar
/org.powermock/powermock-module-junit4/1.5
查看powermock-module-junit4所有版本文件
powermock-api-mockito-1.5.jar
/org.powermock/powermock-api-mockito/1.5
查看powermock-api-mockito所有版本文件
|