Beispiel #1
0
 protected void TestBinaryException(BinaryExpression exp)
 {
     Assert.Throws <BinaryParameterTypeMismatchException>(() => exp.Analyze(analyzer));
 }