mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 06:51:27 +00:00
306 B
306 B
How to Run Tests:
- CLI - gradlew :cleanTest :test --tests "com.gildedrose.GildedRoseTest.foo"
- Intellij
- Tasks: :cleanTest :test
- Arguments: --tests "com.gildedrose.GildedRoseTest.foo"
- Tasks: :cleanTest :test