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
- Host: GitHub
- URL: https://github.com/valerauko/harinezumi
- Owner: valerauko
- License: epl-2.0
- Created: 2019-11-30T06:55:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T14:47:44.000Z (over 1 year ago)
- Last Synced: 2025-10-12T03:56:37.783Z (9 months ago)
- Topics: clojure, hacktoberfest, test-driven-development, testing
- Language: Clojure
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
[](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.