Skip to content

Commit 0524315

Browse files
authored
d formatting
1 parent c533e28 commit 0524315

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

approvaltests/docs/how_to/ParameterizedTest.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ void sampleParameterizedTest(String parameter)
2828
<sup><a href='/approvaltests-tests/src/test/java/org/approvaltests/Samples.java#L38-L50' title='Snippet source file'>snippet source</a> | <a href='#snippet-parameterized_test' title='Start of snippet'>anchor</a></sup>
2929
<!-- endSnippet -->
3030

31-
This will make it so that the approved file includes the parameters, for example: Samples.sampleParameterizedTest.`parameter1`.approved.txt
32-
and Samples.sampleParameterizedTest.`parameter2`.approved.txt
31+
This will make it so that the approved file includes the parameters.
32+
For example:
33+
1. Samples.sampleParameterizedTest.`parameter1`.approved.txt
34+
1. Samples.sampleParameterizedTest.`parameter2`.approved.txt
3335

3436
Note, you might also want to give Approvals.verifyAll() in combination with `@Test` a try.

0 commit comments

Comments
 (0)