Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kritzcreek/motoko-matchers
https://github.com/kritzcreek/motoko-matchers
Last synced: about 2 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kritzcreek/motoko-matchers
- Owner: kritzcreek
- License: apache-2.0
- Created: 2020-06-29T13:46:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T17:37:59.000Z (over 1 year ago)
- Last Synced: 2024-10-11T23:54:53.847Z (26 days ago)
- Language: Motoko
- Homepage: http://kritzcreek.github.io/motoko-matchers
- Size: 65.4 KB
- Stars: 29
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-motoko - motoko-matchers - Composable assertions for unit testing. (Development tools / Testing)
README
![build](https://github.com/kritzcreek/motoko-matchers/workflows/build/badge.svg)
# motoko-matchersComposable assertions for unit testing
Heavily inspired by Java's Hamcrest matchers.
## Examples
Check out `test/Test.mo`## Documentation
Documentation for the latest release can be found at https://kritzcreek.github.io/motoko-matchers.If you'd like to generate documentation locally run `$(vessel bin)/mo-doc && firefox docs/index.html`.
## License
Copyright 2020 Christoph Hegemann
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.