An open API service indexing awesome lists of open source software.

https://github.com/valerauko/harinezumi

A Clojure test assertion to deal with ex-infos
https://github.com/valerauko/harinezumi

clojure hacktoberfest test-driven-development testing

Last synced: 4 months ago
JSON representation

A Clojure test assertion to deal with ex-infos

Awesome Lists containing this project

README

          

# Harinezumi

>ハリネズミ (針鼠) (jp, n) hedgehog

A library that adds Clojure testing functionality to assert details about thrown `ex-info` exceptions.

## Usage

[![Clojars Project](https://img.shields.io/clojars/v/net.valerauko/harinezumi.svg)](https://clojars.org/net.valerauko/harinezumi)

Add `net.valerauko/harinezumi` to your dependencies.

Refer to [the tests](https://github.com/valerauko/harinezumi/blob/master/test/harinezumi/core_test.clj) for usage examples.

## License

Copyright © 2019 @valerauko

This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.

This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License, v. 2.0 are satisfied: GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at your
option) any later version, with the GNU Classpath Exception which is available
at https://www.gnu.org/software/classpath/license.html.