| Package | Description |
|---|---|
| org.grpcmock | |
| org.grpcmock.definitions.stub | |
| org.grpcmock.definitions.verification | |
| org.grpcmock.definitions.verification.steps | |
| org.grpcmock.interceptors |
| Modifier and Type | Method and Description |
|---|---|
<ReqT> void |
GrpcMock.verifyThat(RequestPattern<ReqT> requestPattern,
CountMatcher countMatcher)
Verify that given
RequestPattern is called a number of times satisfying the provided CountMatcher. |
| Constructor and Description |
|---|
StubScenario(RequestPattern<ReqT> requestPattern,
List<Response<ReqT,RespT>> responses) |
| Modifier and Type | Method and Description |
|---|---|
RequestPattern<ReqT> |
RequestPatternBuilderImpl.build() |
| Modifier and Type | Method and Description |
|---|---|
RequestPattern<ReqT> |
RequestPatternBuilderStep.build()
Builds a
RequestPattern with given configuration. |
| Modifier and Type | Method and Description |
|---|---|
int |
RequestCaptureInterceptor.callCountFor(RequestPattern<?> requestPattern) |
Copyright © 2023. All rights reserved.