|
|
@@ -42,7 +42,7 @@ References: [[1](https://github.com/exercism/xjava/issues/178)]
|
|
42
|
42
|
|
|
43
|
43
|
### Ignore noninitial tests
|
|
44
|
44
|
|
|
45
|
|
-> All but the first test in an exercise test suite should be annotated `@Ignore("Remove to run test)` (single test) or `@Ignore("Remove to run tests)` (parametrized test).
|
|
|
45
|
+> All but the first test in an exercise test suite should be annotated `@Ignore("Remove to run test")` (single test) or `@Ignore("Remove to run tests")` (parametrized test).
|
|
46
|
46
|
|
|
47
|
47
|
References: [[1](https://github.com/exercism/xjava/issues/101#issuecomment-249349204)]
|
|
48
|
48
|
|