Snapshooter.Xunit.Snapshot.FullName(string)

Here are the examples of the csharp api Snapshooter.Xunit.Snapshot.FullName(string) 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,
            string snapshotName,
            Func<MatchOptions, MatchOptions> matchOptions = null)
        {
            Match(currentResult, FullName(snapshotName), matchOptions);
        }