Quellcode durchsuchen

Introduce `@Ignore`s in two-fer.

Smarticles101 vor 9 Jahren
Ursprung
Commit
29b0d2d4c2
Es ist kein Account mit dieser Commiter-Email verbunden
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3
    0
      exercises/two-fer/HINT.md

+ 3
- 0
exercises/two-fer/HINT.md Datei anzeigen

1
+To help you focus on one test at a time, [@Ignore](http://junit.sourceforge.net/javadoc/org/junit/Ignore.html)
2
+annotations have been added to every test but the first one. Any test with an `@Ignore` annotation will be skipped
3
+when you run the tests.