Skip to content

adding better error message for missing generic parameter #4382

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

Merged
merged 1 commit into from
May 5, 2023

Conversation

ovebastiansen
Copy link
Contributor

@ovebastiansen ovebastiansen commented May 4, 2023

fixes #3215

got full file conflicts if I tried reusing the branch and pushing it on top of master from prev PR, so started over

adding tests for generic methods that cannot resolve type
not the best unittest, but had to use a the runfixture method to get the buildup happening and "crashing" in the correct place

@ovebastiansen ovebastiansen changed the title fixes #3215 adding better error message for missing generic parameter May 4, 2023
Copy link
Member

@OsirisTerje OsirisTerje left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@OsirisTerje OsirisTerje merged commit dba38a1 into nunit:master May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better error message for generic test where type parameter cannot be determined
2 participants