Exemplo n.º 1
0
 public void returns_Partial_Match()
 {
     TestMatch.ShouldBeOfType <PartialMatch>();
 }
Exemplo n.º 2
0
 public void Should_be_exact_match()
 {
     FoundMatch = GetMatch("Test parsing of foo");
     FoundMatch.ShouldBeOfType <ExactMatch>();
 }
Exemplo n.º 3
0
 public void should_return_an_exact_match()
 {
     TestMatch.ShouldBeOfType <ExactMatch>();
 }