소스 검색

Introduce `@Ignore`s in two-fer.

Smarticles101 9 년 전
부모
커밋
29b0d2d4c2
No account linked to committer's 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.