Esempio n. 1
0
        public static void AssertMatches <T>(IMatcher <T> matcher, object arg)
        {
            IDescription matcherDescription = new Description();

            matcher.Describe(matcherDescription);
            AssertMatches($"Expected {matcherDescription}, but mismatched", matcher, arg);
        }