Expect.kt

Readable test assertions in Kotlin

License

License

GroupId

GroupId

com.nhaarman
ArtifactId

ArtifactId

expect.kt
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Expect.kt
Readable test assertions in Kotlin
Project URL

Project URL

https://github.com/nhaarman/expect.kt
Source Code Management

Source Code Management

https://github.com/nhaarman/expect.kt

Download expect.kt

How to add to project

<!-- https://jarcasting.com/artifacts/com.nhaarman/expect.kt/ -->
<dependency>
    <groupId>com.nhaarman</groupId>
    <artifactId>expect.kt</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nhaarman/expect.kt/
implementation 'com.nhaarman:expect.kt:1.0.1'
// https://jarcasting.com/artifacts/com.nhaarman/expect.kt/
implementation ("com.nhaarman:expect.kt:1.0.1")
'com.nhaarman:expect.kt:jar:1.0.1'
<dependency org="com.nhaarman" name="expect.kt" rev="1.0.1">
  <artifact name="expect.kt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nhaarman', module='expect.kt', version='1.0.1')
)
libraryDependencies += "com.nhaarman" % "expect.kt" % "1.0.1"
[com.nhaarman/expect.kt "1.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.0.7
io.reactivex.rxjava2 : rxjava jar 2.1.7

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
0.6.2
0.6.1