Exemplo n.º 1
0
 protected void SelfAssertArgumentMatches(string pattern, string stringValue, string message)
 {
     AssertionConcern.AssertArgumentMatches(pattern, stringValue, message);
 }