MiniCoverSettingsExtensions.

WithoutAssebliesMatching(MiniCoverSettings, string) Method

Summary

Exclude from instrumentation all test assemblies matching the specified pattern

Syntax

public static MiniCoverSettings WithoutAssebliesMatching(this MiniCoverSettings settings, string pattern)

Parameters

Name Type Description
settings MiniCoverSettings The settings.
pattern string The glob pattern to use when searching for test assemblies to exclude

Return Value

Type Description
MiniCoverSettings The MiniCoverSettings instance so that multiple calls can be chained