Uses of Class
org.grpcmock.definitions.verification.RequestPattern
Packages that use RequestPattern
Package
Description
-
Uses of RequestPattern in org.grpcmock
Methods in org.grpcmock with parameters of type RequestPatternModifier and TypeMethodDescription<ReqT> List<CapturedRequest<ReqT>>GrpcMock.capturedRequestsFor(RequestPattern<ReqT> requestPattern) Return allCapturedRequestthat match the provided request pattern.<ReqT> voidGrpcMock.verifyThat(RequestPattern<ReqT> requestPattern, CountMatcher countMatcher) Verify that givenRequestPatternis called a number of times satisfying the providedCountMatcher. -
Uses of RequestPattern in org.grpcmock.definitions.stub
Constructors in org.grpcmock.definitions.stub with parameters of type RequestPatternModifierConstructorDescriptionStubScenario(RequestPattern<ReqT> requestPattern, List<Response<ReqT, RespT>> responses) -
Uses of RequestPattern in org.grpcmock.definitions.verification
Methods in org.grpcmock.definitions.verification that return RequestPattern -
Uses of RequestPattern in org.grpcmock.definitions.verification.steps
Methods in org.grpcmock.definitions.verification.steps that return RequestPatternModifier and TypeMethodDescriptionRequestPatternBuilderStep.build()Builds aRequestPatternwith given configuration. -
Uses of RequestPattern in org.grpcmock.interceptors
Methods in org.grpcmock.interceptors with parameters of type RequestPatternModifier and TypeMethodDescriptionintRequestCaptureInterceptor.callCountFor(RequestPattern<?> requestPattern) <ReqT> List<CapturedRequest<ReqT>>RequestCaptureInterceptor.requestsFor(RequestPattern<ReqT> requestPattern)