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

Generic TestCase and TestCaseParameter support #4632

Open
stevenaw opened this issue Feb 19, 2024 · 0 comments
Open

Generic TestCase and TestCaseParameter support #4632

stevenaw opened this issue Feb 19, 2024 · 0 comments
Labels

Comments

@stevenaw
Copy link
Member

stevenaw commented Feb 19, 2024

As a follow-up to #1215
Where we allowed the passing of Type objects in a TypeArgs property to allow consumers greater control over the type arguments used in generic test methods.

This would allow the creation of generically-typed TestCase attribute. We may want to provide a few overloads here to account for up to n different strongly typed args.

This would be on modern (NET 6+) frameworks. See a sample snippet here: #4620 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant