ExpressionTreeToString
ExpressionTreeToString copied to clipboard
Add test objects which use all the overloads of factory methods in System.Linq.Expressions.Expression
Currently the test objects cover all the factory methods, but ignore the specific overloads which take MethodInfo method implementation, LambdaExpression conversion, and which relate to lifted nodes.
While these specific overloads are returned for the appropriate expression in the factory methods renderer (#3), I haven't yet been able to create good test objects for them.