Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test objects which use all the overloads of factory methods in System.Linq.Expressions.Expression #40

Open
zspitz opened this issue Aug 24, 2020 · 0 comments
Labels
test-objects Expression Tree Test Objects tests Related to automated tests of the library

Comments

@zspitz
Copy link
Owner

zspitz commented Aug 24, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test-objects Expression Tree Test Objects tests Related to automated tests of the library
Projects
None yet
Development

No branches or pull requests

1 participant