gRPC Mock JUnit5 Example

A simple example of gRPC Mock integration in JUnit5

License

License

Categories

Categories

JUnit Unit Testing gRPC Net Networking
GroupId

GroupId

org.grpcmock.examples
ArtifactId

ArtifactId

grpcmock-example-junit5
Last Version

Last Version

0.7.8
Release Date

Release Date

Type

Type

jar
Description

Description

gRPC Mock JUnit5 Example
A simple example of gRPC Mock integration in JUnit5

Download grpcmock-example-junit5

How to add to project

<!-- https://jarcasting.com/artifacts/org.grpcmock.examples/grpcmock-example-junit5/ -->
<dependency>
    <groupId>org.grpcmock.examples</groupId>
    <artifactId>grpcmock-example-junit5</artifactId>
    <version>0.7.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.grpcmock.examples/grpcmock-example-junit5/
implementation 'org.grpcmock.examples:grpcmock-example-junit5:0.7.8'
// https://jarcasting.com/artifacts/org.grpcmock.examples/grpcmock-example-junit5/
implementation ("org.grpcmock.examples:grpcmock-example-junit5:0.7.8")
'org.grpcmock.examples:grpcmock-example-junit5:jar:0.7.8'
<dependency org="org.grpcmock.examples" name="grpcmock-example-junit5" rev="0.7.8">
  <artifact name="grpcmock-example-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grpcmock.examples', module='grpcmock-example-junit5', version='0.7.8')
)
libraryDependencies += "org.grpcmock.examples" % "grpcmock-example-junit5" % "0.7.8"
[org.grpcmock.examples/grpcmock-example-junit5 "0.7.8"]

Dependencies

compile (3)

Group / Artifact Type Version
io.grpc : grpc-services jar 1.47.0
javax.annotation : javax.annotation-api jar 1.3.2
org.slf4j : slf4j-api jar 1.7.30

test (6)

Group / Artifact Type Version
org.grpcmock : grpcmock-junit5 jar 0.7.8
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-params jar 5.8.2
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
org.assertj : assertj-core jar 3.22.0
org.mockito : mockito-inline jar 4.4.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0