Namespace Dmnk.Blazor.InteractiveTests.Api
This package contains some basic API / helpers for Dmnk.Blazor.InteractiveTests and friends.
Classes
- BlazorComponentParametersBuilder<TComponent>
This class helps you build up a dictionary of parameters for a given blazor component.
You shouldn't need to instantiate this directly. Instead, you are expected to use it in BlazorInteractiveTestRunner's ShowComponent method(s).
- InteractiveTestContext
Injected into every interactive test, as well as the test bed.