| 组织ID: |
org.junit.contrib |
| 项目ID: |
junit-theories |
| 版本: |
4.12-beta-1 |
| 最后修改时间: |
2019-10-25 01:29:32 |
| 包类型: |
jar |
| 标题: |
junit-theories |
| 描述: |
JUnit theories runner |
| 相关URL: |
https://github.com/pholser/junit-theories |
| 大小: |
31.94KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.junit.contrib</groupId>
<artifactId>junit-theories</artifactId>
<version>4.12-beta-1</version>
</dependency>
|
| Gradle引入代码: |
org.junit.contrib:junit-theories:4.12-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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
</parent>
<groupId>org.junit.contrib</groupId>
<artifactId>junit-theories</artifactId>
<version>4.12-beta-1</version>
<packaging>jar</packaging>
<name>junit-theories</name>
<description>JUnit theories runner</description>
<url>https://github.com/pholser/junit-theories</url>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/pholser/junit-theories/issues</url>
</issueManagement>
<licenses>
<license>
<name>Eclipse Public License v 1.0</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:pholser/junit-theories.git</connection>
<developerConnection>scm:git:git@github.com:pholser/junit-theories.git</developerConnection>
<url>http://github.com/pholser/junit-theories</url>
</scm>
<developers>
<developer>
<id>pholser</id>
<name>Paul Holser</name>
<email>pholser@alumni.rice.edu</email>
<url>http://www.pholser.com</url>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12-beta-1</version>
</dependency>
<dependency>
<groupId>org.javaruntype</groupId>
<artifactId>javaruntype</artifactId>
<version>1.2</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.junit.contrib.theories.DataPoint.class
org.junit.contrib.theories.DataPoints.class
org.junit.contrib.theories.FromDataPoints.class
org.junit.contrib.theories.internal.AllMembersSupplier$1.class
org.junit.contrib.theories.internal.AllMembersSupplier$MethodParameterValue.class
org.junit.contrib.theories.internal.AllMembersSupplier.class
org.junit.contrib.theories.internal.Assignments.class
org.junit.contrib.theories.internal.BooleanSupplier.class
org.junit.contrib.theories.internal.EnumSupplier.class
org.junit.contrib.theories.internal.ParameterizedAssertionError.class
org.junit.contrib.theories.internal.SpecificDataPointsSupplier.class
org.junit.contrib.theories.ParameterSignature.class
org.junit.contrib.theories.ParametersSuppliedBy.class
org.junit.contrib.theories.ParameterSupplier.class
org.junit.contrib.theories.PotentialAssignment$1.class
org.junit.contrib.theories.PotentialAssignment$CouldNotGenerateValueException.class
org.junit.contrib.theories.PotentialAssignment.class
org.junit.contrib.theories.suppliers.TestedOn.class
org.junit.contrib.theories.suppliers.TestedOnSupplier.class
org.junit.contrib.theories.Theories$TheoryAnchor$1$1.class
org.junit.contrib.theories.Theories$TheoryAnchor$1.class
org.junit.contrib.theories.Theories$TheoryAnchor$2.class
org.junit.contrib.theories.Theories$TheoryAnchor.class
org.junit.contrib.theories.Theories.class
org.junit.contrib.theories.Theory.class
META-INF/maven/org.junit.contrib/junit-theories/pom.xml
META-INF/maven/org.junit.contrib/junit-theories/pom.properties
|
| 依赖Jar: |
junit-4.12-beta-1.jar
/junit/junit/4.12-beta-1
查看junit所有版本文件
javaruntype-1.2.jar
/org.javaruntype/javaruntype/1.2
查看javaruntype所有版本文件
|