Scriptorium.Nib.Snapshot.SnapshotContextExtensions
Functions
Asserts that value matches a stored snapshot named after the current test,
using the default serializer.
Parameters value : ‘a
config : SnapshotConfig option
Optional snapshot configuration. Uses SnapshotConfig.Default when omitted.
Asserts that value matches a stored snapshot named after the current test,
using a custom serializer.
Parameters serialize : (‘a -> string) value : ‘a
config : SnapshotConfig option
Optional snapshot configuration. Uses SnapshotConfig.Default when omitted.