GildedRose-Refactoring-Kata/Java-Approvals
2025-02-03 11:52:22 +01:00
..
.mvn/wrapper Migrated to apache maven wrapper 2022-01-03 22:18:08 +01:00
gradle/wrapper Make Gradle Java projects compatible with Java 17+ 2024-11-21 16:12:55 +01:00
src fix layout 2025-02-03 11:52:22 +01:00
.editorconfig move approvals version of Java to own folder, provide alternative starting point and documentation 2021-11-30 08:52:19 +01:00
.gitignore newer version of junit and approvals 2025-02-03 11:51:43 +01:00
build.gradle move approvals version of Java to own folder, provide alternative starting point and documentation 2021-11-30 08:52:19 +01:00
gradlew move approvals version of Java to own folder, provide alternative starting point and documentation 2021-11-30 08:52:19 +01:00
gradlew.bat move approvals version of Java to own folder, provide alternative starting point and documentation 2021-11-30 08:52:19 +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 newer version of junit and approvals 2025-02-03 11:51:43 +01:00
README.md move approvals version of Java to own folder, provide alternative starting point and documentation 2021-11-30 08:52:19 +01:00
settings.gradle move approvals version of Java to own folder, provide alternative starting point and documentation 2021-11-30 08:52:19 +01:00

Gilded Rose in Java with Approval Tests

This folder has a unit test that uses Approvals

There are two test cases here with different styles:

  • "foo" is more similar to the unit test from the 'Java' version
  • "thirtyDays" is more similar to the TextTest from the 'Java' version

I suggest choosing one style to develop and deleting the other.