mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 15:01:28 +00:00
30 lines
325 B
Markdown
30 lines
325 B
Markdown
# 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
|
|
```
|
|
|
|
|
|
### test cases:
|
|
|
|
There are two unit tests:
|
|
* GildedRoseTest
|
|
* ItemTest
|
|
|
|
Run
|
|
mvn clean test
|
|
|
|
### test coverage:
|
|
|
|
100%
|