组织ID: |
com.nhaarman |
项目ID: |
expect.kt |
版本: |
0.6.2 |
最后修改时间: |
2018-12-21 15:31:24 |
包类型: |
jar |
标题: |
Expect.kt |
描述: |
Readable test assertions in Kotlin. |
相关URL: |
https://github.com/nhaarman/expect.kt |
大小: |
32.82KB |
|
Maven引入代码: |
<dependency>
<groupId>com.nhaarman</groupId>
<artifactId>expect.kt</artifactId>
<version>0.6.2</version>
</dependency>
|
Gradle引入代码: |
com.nhaarman:expect.kt:0.6.2
|
下载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>com.nhaarman</groupId>
<artifactId>expect.kt</artifactId>
<version>0.6.2</version>
<name>Expect.kt</name>
<description>Readable test assertions in Kotlin.</description>
<url>https://github.com/nhaarman/expect.kt</url>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>nhaarman</id>
<name>Niek Haarman</name>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:nhaarman/expect.kt.git</connection>
<developerConnection>scm:git@github.com:nhaarman/expect.kt.git</developerConnection>
<url>scm:git@github.com:nhaarman/expect.kt.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/expect.kt_main.kotlin_module
com.nhaarman.expect.ErrorMatcherKt.class
com.nhaarman.expect.StringMatcher.class
com.nhaarman.expect.FailKt.class
com.nhaarman.expect.Matcher.class
com.nhaarman.expect.Matcher$toNotBeTheSameAs$1.class
com.nhaarman.expect.Matcher$toBe$1.class
com.nhaarman.expect.ListMatcher$toBeEmpty$1.class
com.nhaarman.expect.BooleanMatcher.class
com.nhaarman.expect.MatcherKt.class
com.nhaarman.expect.NumberMatcher$toBeSmallerThan$1.class
com.nhaarman.expect.Matcher$toNotBeNull$1.class
com.nhaarman.expect.ExpectKt.class
com.nhaarman.expect.ListMatcherKt.class
com.nhaarman.expect.NumberMatcherKt.class
com.nhaarman.expect.BooleanMatcherKt.class
com.nhaarman.expect.StringMatcherKt.class
com.nhaarman.expect.BooleanMatcher$notToHold$1.class
com.nhaarman.expect.ListMatcher$toContain$1.class
com.nhaarman.expect.Matcher$toBeNull$1.class
com.nhaarman.expect.ErrorMatcher.class
com.nhaarman.expect.Matcher$toBeTheSameAs$1.class
com.nhaarman.expect.NumberMatcher$toBeGreaterThan$1.class
com.nhaarman.expect.ListMatcher$toHaveSize$1.class
com.nhaarman.expect.NumberMatcher.class
com.nhaarman.expect.BooleanMatcher$toHold$1.class
com.nhaarman.expect.ListMatcher.class
com.nhaarman.expect.StringMatcher$toContain$1.class
com.nhaarman.expect.NumberMatcher$toBeIn$1.class
|
依赖Jar: |
kotlin-stdlib-1.0.6.jar
/org.jetbrains.kotlin/kotlin-stdlib/1.0.6
查看kotlin-stdlib所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|