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

Create an alternative to ComponentTestFixture for new project structure #108

Closed
egil opened this issue Apr 28, 2020 · 0 comments
Closed
Assignees

Comments

@egil
Copy link
Member

egil commented Apr 28, 2020

The ComponentTestFixture has be deprecated.

Instead, inherit from TestContext instead, and add a 'using static Bunit.ComponentParameterFactory' to your test class to keep using the component parameter factories/helpers, provided in this class. Alternatively, you can switch to using the RenderComponent overload that takes an ComponentParameterBuilder as input.

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

No branches or pull requests

1 participant