Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
NikM3 committed Jan 29, 2023
2 parents 44300bc + c5b14be commit 4cb5614
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ The required modules include:
* Storage
* Firestore Database

# Testing

The unit tests are in `MrFit.app.unitTest`.

The behavioral tests are in `MrFit.app.androidTest`.

## Running Tests in Android Studio

For both types of tests, start by going into *Run* > *Edit Configurations*

For unit tests, create a new JUnit4 test. For the module select `MrFit.app.unitTest`, and then select the class of the unit test you want to run.

To run behavioral tests, create a new Android Instrumented Test pointed at `MrFit.app.androidTest`, then run this new configuration.

# Authors

Esam Sartawi: [email protected]
Expand Down

0 comments on commit 4cb5614

Please sign in to comment.