Exemplo n.º 1
0
 protected void TestDiffParamException(DifferentParametersExpression exp)
 {
     Assert.Throws <DifferentParameterTypeMismatchException>(() => exp.Analyze(analyzer));
 }