Exemplo n.º 1
0
 protected void SelfAssertStateTrue(bool boolValue, string message)
 {
     AssertionConcern.AssertStateTrue(boolValue, message);
 }