File tree Expand file tree Collapse file tree
migrate-junit-source-to-tabletest Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ TableTest usage
5252
5353 Mixed eligibility:
5454 - Prefer combining ` @TableTest ` + ` @MethodSource ` on one ` @ParameterizedTest ` when only some cases are complex.
55- - Use ` @MethodSource ` -only only when tabular representation is not practical for the test.
55+ - Use ` @MethodSource ` only when tabular representation is not practical for the test.
5656
5757 Do NOT use @TableTest when:
5858 - Majority of rows require complex objects or custom converters.
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Cleanup:
6464
6565Mixed eligibility:
6666- Prefer combining ` @TableTest ` + ` @MethodSource ` on one ` @ParameterizedTest ` when only some cases are complex.
67- - Use ` @MethodSource ` -only only when tabular representation is not practical for the test.
67+ - Use ` @MethodSource ` only when tabular representation is not practical for the test.
6868
6969Do NOT convert when:
7070- Most rows require complex builders/mocks.
@@ -73,7 +73,3 @@ Do NOT convert when:
7373Test command (exact):
7474./gradlew :path:to:module: test --rerun-tasks 2>&1 | tail -20
7575- If BUILD FAILED: cat path/to/module/build/test-results/test/TEST-* .xml
76-
77- Never:
78- - --info
79- - extra gradle runs just to “confirm”
You can’t perform that action at this time.
0 commit comments