We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b4a7f commit d5d88c5Copy full SHA for d5d88c5
README.md
@@ -32,14 +32,14 @@ To install the dependencies for JUnit4 tests, run :
32
- For Android
33
34
```sh
35
- cd junit4-examples/android
+ cd junit-4/android
36
mvn clean
37
```
38
39
- For iOS
40
41
42
- cd junit4-examples/ios
+ cd junit-4/ios
43
44
45
@@ -50,14 +50,14 @@ To install the dependencies for JUnit5 tests, run :
50
51
52
53
- cd junit5-examples/android
+ cd junit-5/android
54
55
56
57
58
59
60
- cd junit5-examples/ios
+ cd junit-5/ios
61
62
63
0 commit comments