public void TryGetMethodNameNullTest4() { Assert.IsNull(ReflectionExpressions.TryGetMethodName((Expression <Action>)null)); }
public void TryGetMethodNameNullTest5() { Assert.IsNull(ReflectionExpressions.TryGetMethodName((LambdaExpression)null)); }
public void TryGetMethodNameNullTest3() { Assert.IsNull(ReflectionExpressions.TryGetMethodName((Expression <Func <object> >)null)); }