mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
tweak docs
This commit is contained in:
parent
14910d1b11
commit
5f44c51ca7
@ -19,5 +19,12 @@ You should make sure the gradle commands shown above work when you execute them
|
|||||||
|
|
||||||
## Run the TextTest approval test that comes with this project
|
## 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. One uses Gradle wrapped in a python script, the other relies on your CLASSPATH being set correctly in [environment.gr](../texttests/environment.gr).
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user