Class SheetsCoverageCollector

Namespace
ProtoTest.Sheets
Assembly
ProtoTest.Sheets.dll

Aggregates the ranges a test read as sheet coverage: one item per Sheet!A1:C10.

public sealed class SheetsCoverageCollector : ProtoCoverageCollector, IProtoCollector, IProtoReportSource
Inheritance
SheetsCoverageCollector
Implements
Inherited Members
Extension Methods

Constructors

SheetsCoverageCollector(string)

Aggregates the ranges a test read as sheet coverage: one item per Sheet!A1:C10.

public SheetsCoverageCollector(string targetName)

Parameters

targetName string

Properties

Category

public override string Category { get; }

Property Value

string

Methods

CanCollect(ProtoObservation)

Determines whether this collector accepts an observation.

public override bool CanCollect(ProtoObservation observation)

Parameters

observation ProtoObservation

Returns

bool