Exemple #1
0
 public void TryGetMethodNameNullTest4()
 {
     Assert.IsNull(ReflectionExpressions.TryGetMethodName((Expression <Action>)null));
 }
Exemple #2
0
 public void TryGetMethodNameNullTest5()
 {
     Assert.IsNull(ReflectionExpressions.TryGetMethodName((LambdaExpression)null));
 }
Exemple #3
0
 public void TryGetMethodNameNullTest3()
 {
     Assert.IsNull(ReflectionExpressions.TryGetMethodName((Expression <Func <object> >)null));
 }