GildedRose-Refactoring-Kata/Java/README.md
2023-11-03 16:31:14 +01:00

31 lines
995 B
Markdown

# Gilded Rose starting position in Java
## Run the TextTest Fixture from Command-Line
```
./gradlew -q text
```
### Specify Number of Days
For e.g. 10 days:
```
./gradlew -q text --args 10
```
You should make sure the gradle commands shown above work when you execute them in a terminal before trying to use TextTest (see below).
## Run the TextTest approval test that comes with this project
There are instructions in the [TextTest Readme](../texttests/README.md) for setting up TextTest. What's unusual for the Java version is there are two executables listed in [config.gr](../texttests/config.gr) for Java. The first uses Gradle wrapped in a python script. Uncomment these lines to use it:
executable:${TEXTTEST_HOME}/Java/texttest_rig.py
interpreter:python
The other relies on your CLASSPATH being set correctly in [environment.gr](../texttests/environment.gr). Uncomment these lines to use it instead:
executable:com.gildedrose.TexttestFixture
interpreter:java