Пример #1
0
        public void TestIfNamedStoredSnapshotIsMatching()
        {
            var actual = new JObject
            {
                { "TestProperty2", "TestValue2" }
            };

            Assert.That(actual, Matches.ChildSnapshot("ChildSnapshot"));
        }