示例#1
0
 public void ThrowsException()
 {
     AppTest.Throws <ArgumentException>(Command.Name);
 }
示例#2
0
 public void CustomException()
 {
     AppTest.Throws <CustomException>(Command.Name);
 }