Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javamoney/javamoney-tck-usage-example
Test Project illustrating how an implementation can be tested using the TCK. The moneta reference implementation is used hereby.
https://github.com/javamoney/javamoney-tck-usage-example
Last synced: about 2 months ago
JSON representation
Test Project illustrating how an implementation can be tested using the TCK. The moneta reference implementation is used hereby.
- Host: GitHub
- URL: https://github.com/javamoney/javamoney-tck-usage-example
- Owner: JavaMoney
- License: apache-2.0
- Created: 2014-06-12T14:46:19.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T19:03:57.000Z (11 months ago)
- Last Synced: 2024-04-16T18:20:41.633Z (9 months ago)
- Language: Java
- Size: 43.9 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Javamoney Usage Example for the JSR 354 TCK
===========================================Test Project illustrating how an implementation can be tested using the JSR 354 TCK.
The TCK can be started either:* by running
java org.javamoney.tck.TCKRunner
* or by starting the TCK via JUnit (RunTCK test class)[![CircleCI](https://dl.circleci.com/status-badge/img/gh/JavaMoney/javamoney-tck-usage-example/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/JavaMoney/javamoney-tck-usage-example/tree/main)
[![License](http://img.shields.io/badge/license-Apache2-red.svg)](http://opensource.org/licenses/apache-2.0)