com.github.seancorfield/expectations

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

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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