[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[instrumentation_adapter] Update README instructions #2022

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Tweak docs
  • Loading branch information
collinjackson committed Aug 27, 2019
commit 61987407598000ed54f9680e5eb1a75fc16b121b
7 changes: 4 additions & 3 deletions packages/instrumentation_adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ void main() {
}
```

Create a file at
example/android/app/src/androidTest/java/com/example/myapp/MainActivityTest.java
with the following contents, replacing com, example, and myapp with your values:
Create an instrumentation file in your application's
android/app/src/androidTest/java/com/example/myapp/ directory
(replacing com, example, and myapp with your values). You can
call this file MainActivityTest.java or another name of your choice.

```
package com.example.myapp;
Expand Down