| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Check out the project using IntelliJ IDEA - this creates the local.properties file with the required line:
sdk.dir=<root folder of Android Studio's Android SDK installation>
In IntelliJ: Run > Run app
In IntelliJ IDEA in the Android view under app => java, right-click on edu.luc.etl.cs313 (test), then choose Run Tests in ...
You can also use Gradle in a Terminal window:
$ ./gradlew testDebug
You can view the resulting test reports in HTML by opening this file in your browser:
app/build/reports/tests/testDebugUnitTest/index.html
In IntelliJ IDEA in the Android view under app => java, right-click on edu.luc.etl.cs313... (androidTest), then choose Run Tests in 'edu.luc.etc...'
You can also use Gradle in a Terminal window:
$ ./gradlew connectedDebugAndroidTest
| Back | FazBrowse Home | New Git URL |