Kaynağa Gözat

Introduce `@Ignore`s in two-fer.

Smarticles101 9 yıl önce
ebeveyn
işleme
29b0d2d4c2
No account linked to committer's email
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3
    0
      exercises/two-fer/HINT.md

+ 3
- 0
exercises/two-fer/HINT.md Dosyayı Görüntüle

@@ -0,0 +1,3 @@
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.