Bläddra i källkod

Introduce `@Ignore`s in two-fer.

Smarticles101 9 år sedan
förälder
incheckning
29b0d2d4c2
No account linked to committer's email
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3
    0
      exercises/two-fer/HINT.md

+ 3
- 0
exercises/two-fer/HINT.md Visa fil

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.