diff --git a/TESTING.md b/TESTING.md index f103bfadccd8..fdaece388689 100644 --- a/TESTING.md +++ b/TESTING.md @@ -19,7 +19,7 @@ Tests are broken up into five types - unit, integration, distributed, acceptance ## Running Individual Tests To run an individual test, you can either 1. Run the test in your [IDE](https://github.com/apache/geode/blob/develop/BUILDING.md#setting-up-intellij) -2. Run the from terminal by specifying the sub-project and test type: +2. Run from terminal by specifying the sub-project and test type: `./gradlew project:testType --tests testName` For example: `./gradlew geode-core:test --tests ArrayUtilsTest` @@ -35,4 +35,4 @@ Available categories can be found in the `geode-junit/src/main/java/org/apache/g ## Viewing Test Results Test results can be viewed by navigating to -`build/reports/combined` in the Geode repository, then opening the `index.html` file in your browser. \ No newline at end of file +`build/reports/combined` in the Geode repository, then opening the `index.html` file in your browser.