File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
approvaltests/docs/how_to Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
3436Note, you might also want to give Approvals.verifyAll() in combination with ` @Test ` a try.
You can’t perform that action at this time.
0 commit comments