com.github.seancorfield/expectations

A clojure.test-compatible version of the classic Expectations testing library.

Leiningen/Boot

[com.github.seancorfield/expectations "2.1.187"]

Clojure CLI/deps.edn

com.github.seancorfield/expectations {:mvn/version "2.1.187"}

Gradle

implementation("com.github.seancorfield:expectations:2.1.187")

Maven

<dependency>
  <groupId>com.github.seancorfield</groupId>
  <artifactId>expectations</artifactId>
  <version>2.1.187</version>
</dependency>