Skip to content

Latest commit

 

History

History

groovy-money

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

groovy-money

Simple example and exploratory unit tests showing usage in Groovy with and without support for operator overloading.

To run the demo command line app:

cd groovylang-support/groovy-money
./gradlew run

The output will be displayed to the console.

To run the Spock tests:

cd groovylang-support/groovy-money
./gradlew test

The test results will be in build/reports/tests/index.html