com.redhat.qe/tools.verify

A small library to check assertions. Includes original expression and the values in it.

Leiningen/Boot

[com.redhat.qe/tools.verify "1.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

com.redhat.qe/tools.verify {:mvn/version "1.0.1-SNAPSHOT"}

Gradle

implementation("com.redhat.qe:tools.verify:1.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>com.redhat.qe</groupId>
  <artifactId>tools.verify</artifactId>
  <version>1.0.1-SNAPSHOT</version>
</dependency>