You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #142, the exercise hamming is now the first to use the JUnit @Rule feature. This feature is often not intuitive to those new-to-the-framework.
Please:
include a HINT.md file that describes the @Rule feature as succinctly and clearly as possible.
include a comment right about the use of @Rule that points the practitioner to JUnit documentation specifically about this feature (see QueenAttackCalculatorTest for inspiration).
Remove the inline comments that (re-)explain @Rule from tests that appear in exercises later in the track
The text was updated successfully, but these errors were encountered:
After #142, the exercise
hamming
is now the first to use the JUnit@Rule
feature. This feature is often not intuitive to those new-to-the-framework.Please:
HINT.md
file that describes the@Rule
feature as succinctly and clearly as possible.@Rule
that points the practitioner to JUnit documentation specifically about this feature (see QueenAttackCalculatorTest for inspiration).@Rule
from tests that appear in exercises later in the trackThe text was updated successfully, but these errors were encountered: