File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Here is an example:
2626final CustomPanel panel = new CustomPanel (true , 20 );
2727AwtApprovals . verify(panel, new Options (new FileCaptureReporter ()));
2828```
29- <sup ><a href =' /approvaltests-tests/src/test/java/org/approvaltests/awt/ApprovalsTest.java#L32- L35 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-file_capture_reporter_example ' title =' Start of snippet ' >anchor</a ></sup >
29+ <sup ><a href =' /approvaltests-tests/src/test/java/org/approvaltests/awt/ApprovalsTest.java#L35-L38 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-file_capture_reporter_example ' title =' Start of snippet ' >anchor</a ></sup >
3030<!-- endSnippet -->
3131
3232## Compatibility
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ for every frame. Here is an example for a simple expanding box:
3636SquareDrawer squareDrawer = new SquareDrawer ();
3737AwtApprovals . verifySequence(5 , f - > squareDrawer. setSquareSize(f * 10 ));
3838```
39- <sup ><a href =' /approvaltests-tests/src/test/java/org/approvaltests/awt/ApprovalsTest.java#L48- L51 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-sequencepaintables ' title =' Start of snippet ' >anchor</a ></sup >
39+ <sup ><a href =' /approvaltests-tests/src/test/java/org/approvaltests/awt/ApprovalsTest.java#L51-L54 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-sequencepaintables ' title =' Start of snippet ' >anchor</a ></sup >
4040<!-- endSnippet -->
4141
4242** Note** : Method overloads allow specifying the time between frames or the time for each frame.
You can’t perform that action at this time.
0 commit comments