This commit is contained in:
Yuriy Liskov
2020-10-15 07:18:08 +03:00
parent 8d88036715
commit ae5520b810

View File

@@ -93,16 +93,16 @@ of the following components:
To build, install and run a debug version, run this from the root of the project:
````./gradlew assembleDebug```
```./gradlew assembleDebug```
# Unit Tests
To run the unit tests for the application:
````./gradlew testDebugUnitTest```
```./gradlew testDebugUnitTest```
# User Interface Tests
To run the user interface tests for the application:
````./gradlew connectedDebugAndroidTest```
```./gradlew connectedDebugAndroidTest```