Exemplo n.º 1
0
 public void InvalidCtorTest()
 {
     ExpectedException.AssertThrows <ArgumentException>(() =>
                                                        new RuleMetadata(_createDelegate, _options, false));
 }