Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/VerifyTests/Verify

Verify is a snapshot tool that simplifies the assertion of complex data models and documents.
https://github.com/VerifyTests/Verify

assertion-library snapshot snapshot-testing testing

Last synced: 29 days ago
JSON representation

Verify is a snapshot tool that simplifies the assertion of complex data models and documents.

Awesome Lists containing this project

README

        

# Documentation

* [Clipboard](/docs/clipboard.md)
* [Compared to assertions](/docs/compared-to-assertion.md)
* [Verify options](/docs/verify-options.md)
* [VerifyDirectory](/docs/verify-directory.md)
* [VerifyZip](/docs/verify-zip.md)
* [VerifyFile](/docs/verify-file.md)
* [VerifyXml](/docs/verify-xml.md)
* [Serializer Settings](/docs/serializer-settings.md)
* [Guid behavior](/docs/guids.md)
* [Date behavior](/docs/dates.md)
* [File naming](/docs/naming.md)
* [AppendFile](/docs/append-file.md)
* [Parameterised tests](/docs/parameterised.md)
* [Combinations](/docs/combinations.md)
* [Named Tuples](/docs/named-tuples.md)
* [Scrubbers](/docs/scrubbers.md)
* [Diff Engine](https://github.com/VerifyTests/DiffEngine)
* [Diff Tools](https://github.com/VerifyTests/DiffEngine/blob/master/docs/diff-tool.md)
* [Diff Tool Order](https://github.com/VerifyTests/DiffEngine/blob/master/docs/diff-tool.order.md)
* [Custom Diff Tool](https://github.com/VerifyTests/DiffEngine/blob/master/docs/diff-tool.custom.md)
* [Using anonymous types](/docs/anonymous-types.md)
* [Verifying binary data](/docs/binary.md)
* [Build server](/docs/build-server.md)
* [Comparers](/docs/comparer.md)
* [Converters](/docs/converter.md)
* [Recording](/docs/recording.md)
* [Explicit Targets](/docs/explicit-targets.md)
* [FSharp Usage](/docs/fsharp.md)
* [Compared to ApprovalTests](/docs/compared-to-approvaltests.md)