GildedRose-Refactoring-Kata/Java/README.md
2020-05-02 18:28:20 +02:00

11 lines
306 B
Markdown

<h3>How to Run Tests:</h3>
<ul>
<li>CLI - gradlew :cleanTest :test --tests "com.gildedrose.GildedRoseTest.foo"</li>
<li>Intellij
<ul>
<li>Tasks: :cleanTest :test<br/></li>
<li>Arguments: --tests "com.gildedrose.GildedRoseTest.foo"</li>
</ul>
</li>
</ul>