Просмотр исходного кода

Introduce `@Ignore`s in two-fer.

Smarticles101 9 лет назад
Родитель
Сommit
29b0d2d4c2
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 3 добавлений и 0 удалений
  1. 3
    0
      exercises/two-fer/HINT.md

+ 3
- 0
exercises/two-fer/HINT.md Просмотреть файл

@@ -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.