skuzzle / snapshot-tests

Convenient snapshot testing for Java
https://skuzzle.github.io/snapshot-tests/reference/latest/
MIT License
12 stars 0 forks source link

Detect when a snapshot is overridden in same test execution #62

Closed skuzzle closed 1 year ago

skuzzle commented 1 year ago

This could be another convenience feature to save users from accidently overriding snapshots.

The LocalResultCollector knows the results of all assertions of a single test method. Should be quite easy to add another artificial assertion in there which tests that no two results pertain to the same snapshot file