Parcourir la source

Merge branch 'michaelkunc-fix_image_links_running_tests'

Matthew Morgan il y a 10 ans
Parent
révision
2becaf4de8

+ 2
- 2
docs/TESTS.md Voir le fichier

66
 4. In the "Import Project from Gradle" dialog, check the "auto-import" and "create directories"
66
 4. In the "Import Project from Gradle" dialog, check the "auto-import" and "create directories"
67
    checkboxes and select "Use customizable gradle wrapper".
67
    checkboxes and select "Use customizable gradle wrapper".
68
 
68
 
69
-    ![IntelliJ 14 CE -- Gradle import dialog](img/setup/java/mac-osx--idea-ce-gradle-import-dialog.png)
69
+    ![IntelliJ 14 CE -- Gradle import dialog](http://x.exercism.io/v3/tracks/java/docs/img/mac-osx--idea-ce-gradle-import-dialog.png)
70
 
70
 
71
 5. Click "OK".  IntelliJ will automatically create its project artifacts based on the Gradle project file.
71
 5. Click "OK".  IntelliJ will automatically create its project artifacts based on the Gradle project file.
72
 
72
 
79
 7. Start by running the test suite: In the "Project" view, right-click on the test file
79
 7. Start by running the test suite: In the "Project" view, right-click on the test file
80
    (`etl\src\test\java\EtlTest`), select "Run", then pick the "EtlTest" that has a JUnit icon to the
80
    (`etl\src\test\java\EtlTest`), select "Run", then pick the "EtlTest" that has a JUnit icon to the
81
    left of it (red and green arrows), NOT the Gradle icon (circular green).
81
    left of it (red and green arrows), NOT the Gradle icon (circular green).
82
-   ![Run tests through IDEA JUnit Runner, NOT Gradle](img/setup/java/mac-osx--idea-ce-run-unit-tests.png)
82
+   ![Run tests through IDEA JUnit Runner, NOT Gradle](http://x.exercism.io/v3/tracks/java/docs/img/mac-osx--idea-ce-run-unit-tests.png)
83
 
83
 
84
  * If these menu options don't appear at first, wait for a few seconds and try again; IntelliJ is still
84
  * If these menu options don't appear at first, wait for a few seconds and try again; IntelliJ is still
85
    configuring the project with a Java nature.
85
    configuring the project with a Java nature.

BIN
docs/img/mac-osx--idea-ce-gradle-import-dialog.png Voir le fichier


BIN
docs/img/mac-osx--idea-ce-run-unit-tests.png Voir le fichier


BIN
docs/img/mac-osx--install-java-dialog.png Voir le fichier