组织ID: |
org.hamcrest |
项目ID: |
hamcrest-junit |
版本: |
1.0.0.0 |
最后修改时间: |
2018-08-01 16:35:16 |
包类型: |
jar |
标题: |
Hamcrest JUnit |
描述: |
Classes to use Hamcrest matchers within JUnit tests |
相关URL: |
https://github.com/hamcrest/hamcrest-junit |
大小: |
14.04KB |
|
Maven引入代码: |
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-junit</artifactId>
<version>1.0.0.0</version>
</dependency>
|
Gradle引入代码: |
org.hamcrest:hamcrest-junit:1.0.0.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-junit</artifactId>
<version>1.0.0.0</version>
<name>Hamcrest JUnit</name>
<description>Classes to use Hamcrest matchers within JUnit tests</description>
<url>https://github.com/hamcrest/hamcrest-junit</url>
<licenses>
<license>
<name>Eclipse Public License - v 1.0</name>
<url>http://opensource.org/licenses/EPL-1.0</url>
</license>
</licenses>
<developers>
<developer>
<id>npryce</id>
<name>Nat Pryce</name>
</developer>
<developer>
<id>sf105</id>
<name>Steve Freeman</name>
</developer>
</developers>
<scm>
<connection>git@github.com:hamcrest/hamcrest-junit.git</connection>
<url>https://github.com/hamcrest/hamcrest-junit</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.hamcrest.junit.MatcherAssert$1.class
org.hamcrest.junit.ErrorCollector.class
org.hamcrest.junit.ExpectedException.class
org.hamcrest.junit.ExpectedExceptionMatcherBuilder.class
org.hamcrest.junit.ErrorCollector$1.class
org.hamcrest.junit.MatcherAssume$1.class
org.hamcrest.junit.MatcherAssert.class
org.hamcrest.junit.ExpectedException$ExpectedExceptionStatement.class
org.hamcrest.junit.MatcherAssume.class
org.hamcrest.junit.JUnitMatchers.class
org.hamcrest.junit.internal.ThrowableCauseMatcher.class
org.hamcrest.junit.internal.MismatchAction.class
org.hamcrest.junit.internal.StacktracePrintingMatcher.class
org.hamcrest.junit.internal.ThrowableMessageMatcher.class
org.hamcrest.junit.internal.Matching.class
|
依赖Jar: |
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
hamcrest-all-1.3.jar
/org.hamcrest/hamcrest-all/1.3
查看hamcrest-all所有版本文件
|