Skip to content

Commit 29b0d2d

Browse files
committed
Introduce @Ignores in two-fer.
1 parent 631b0bf commit 29b0d2d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

exercises/two-fer/HINT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.

0 commit comments

Comments
 (0)