Open sandboxFocus

Interface IHtmlCodeWriterFactory

Factory for creating IHtmlCodeWriter instances. When no implementation is available (i.e., when the Metalama.Extensions.HtmlWriter package is not referenced), HTML output features are disabled and tests continue to work normally.

Namespace: Metalama.Testing.AspectTesting
Assembly: Metalama.Testing.AspectTesting.dll
Syntax
public interface IHtmlCodeWriterFactory
Remarks

To enable HTML output support, add a reference to the Metalama.Extensions.HtmlWriter package.

Methods

Name Description
Create(in ProjectServiceProvider)

Creates an IHtmlCodeWriter instance using the specified service provider.

Extension Methods