Beispiel #1
0
        public void ShouldMatch(string text)
        {
            var expectation = new ContentPlanExpectation(text);

            expectation.AssertMatches(_plan);
        }
 public void ShouldMatch(string text)
 {
     var expectation = new ContentPlanExpectation(text);
     expectation.AssertMatches(_plan);
 }