GildedRose-Refactoring-Kata/Java
Fawad Ahmed 061b1104af introduce tests for all item types
these provide something to test future refactor against. conjured test is disabled as the functionality isn't provided initially in the code we're supposed to refactor.
2023-07-07 16:05:12 +02:00
..
.mvn/wrapper Migrated to apache maven wrapper 2022-01-03 22:18:08 +01:00
gradle/wrapper update gradle wrapper & junit5 dependency 2020-06-04 10:22:28 +03:00
src introduce tests for all item types 2023-07-07 16:05:12 +02:00
.editorconfig Add editorconfig file for Java 2021-05-21 10:40:09 +02:00
.gitignore add gradle build capabilities 2019-11-18 17:42:08 +01:00
build.gradle make the gradle task for texttest slightly easier to use 2022-12-02 08:10:07 +01:00
gradlew add gradle build capabilities 2019-11-18 17:42:08 +01:00
gradlew.bat add gradle build capabilities 2019-11-18 17:42:08 +01:00
mvnw Migrated to apache maven wrapper 2022-01-03 22:18:08 +01:00
mvnw.cmd Migrated to apache maven wrapper 2022-01-03 22:18:08 +01:00
pom.xml updated junit.jupiter.version for java 2021-12-23 20:17:15 +01:00
README.md Java: run text fixture from cli 2022-11-27 16:14:50 +00:00
settings.gradle add gradle build capabilities 2019-11-18 17:42:08 +01:00

Gilded Rose starting position in Java

Run the Text Fixture from Command-Line

./gradlew -q text

Specify Number of Days

For e.g. 10 days:

./gradlew -q text --args 10