Interface IRenderedComponentBase<TComponent>
- Namespace
- Bunit
- Assembly
- Bunit.Core.dll
Represents a rendered component-under-test.
public interface IRenderedComponentBase<out TComponent> : IRenderedFragmentBase, IDisposable where TComponent : IComponent
Type Parameters
TComponent
The type of the component under test.
- Inherited Members
- Extension Methods
Properties
Instance
Gets the component under test.
TComponent Instance { get; }
Property Value
- TComponent