Snapshooter.Xunit.Snapshot.FullName()

Here are the examples of the csharp api Snapshooter.Xunit.Snapshot.FullName() taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : Snapshot.cs
with MIT License
from SwissLife-OSS

public static void Match(
            object currentResult,
            Func<MatchOptions, MatchOptions> matchOptions = null)
        {
            try
            {
                Snapshooter.replacedertSnapshot(currentResult, FullName(), matchOptions);
            }
            finally
            {
                _snapshotName = new AsyncLocal<SnapshotFullName>();
            }
        }