You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: