Class RestCoverageCollector

Namespace
ProtoTest.Rest
Assembly
ProtoTest.Rest.dll
public sealed class RestCoverageCollector : ProtoCoverageCollector, IProtoCollector, IProtoReportSource
Inheritance
RestCoverageCollector
Implements
Inherited Members
Extension Methods

Constructors

RestCoverageCollector(string)

public RestCoverageCollector(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