Skip to content

Commit

Permalink
added how run configuration should look like
Browse files Browse the repository at this point in the history
  • Loading branch information
shurane committed May 19, 2015
1 parent dadb985 commit 3e8f32c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ Import the project into Android Studio by selecting `Import Project` and selecti
### Running the tests
To run the test , open Android Studio's [Build Variants](https://sites.google.com/a/android.com/tools/tech-docs/unit-testing-support/qSxL68MPv5.png) pane and change the option `Test Artifact` to `Unit Tests`. You can then right click on `Unit1AndroidAssessmentTests` and run the tests.

Your run configuration should look like this:

> ![](static/junit.configuration.png).
### InitialActivity
When finished with the tests, it should look something like

> ![](static/InitialActivity.png).
### TileActivity
When finished with the tests, it should look something like

> ![](static/TileActivity.png).

0 comments on commit 3e8f32c

Please sign in to comment.