예제 #1
0
        public void Describe_to()
        {
            var matcher     = new TestMatcher("");
            var description = new StringDescription();

            matcher.DescribeTo(description);

            Assert.Equal("", description.ToString());
        }