Class GrpcCoverageCollector

Namespace
ProtoTest.Grpc
Assembly
ProtoTest.Grpc.dll

Aggregates gRPC calls as service/method coverage from the client's observations.

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

Constructors

GrpcCoverageCollector(string)

Aggregates gRPC calls as service/method coverage from the client's observations.

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