예제 #1
0
        public void For_unwinds_support_test_matcher()
        {
            var wrapped = TestMatcher.UnitWrapper(new ThrowsMatcher());

            Assert.Equal(
                "spec.throws", TestMatcherName.For(wrapped).Name
                );
        }