Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 231 Bytes

DEVELOPMENT.md

File metadata and controls

8 lines (5 loc) · 231 Bytes

Ad hoc testing

Beyond the unit tests, ad hoc "integration testing" can be done by running via Gradle passing the intended command-line via --args, such as:

./gradlew run --args="assert fileExists build.gradle"