License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing gRPC Net Networking |
GroupId | GroupIdorg.testifyproject.junit4 |
ArtifactId | ArtifactIdgrpc-system-test |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGRPC System Test
A module that contains a JUnit test runner for running GRPC system tests
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
grpc-system-test-1.0.6.pom | |
grpc-system-test-1.0.6.jar | 11 KB |
grpc-system-test-1.0.6-sources.jar | 8 KB |
grpc-system-test-1.0.6-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testifyproject.junit4/grpc-system-test/ -->
<dependency>
<groupId>org.testifyproject.junit4</groupId>
<artifactId>grpc-system-test</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.junit4/grpc-system-test/
implementation 'org.testifyproject.junit4:grpc-system-test:1.0.6'
// https://jarcasting.com/artifacts/org.testifyproject.junit4/grpc-system-test/
implementation ("org.testifyproject.junit4:grpc-system-test:1.0.6")
'org.testifyproject.junit4:grpc-system-test:jar:1.0.6'
<dependency org="org.testifyproject.junit4" name="grpc-system-test" rev="1.0.6">
<artifact name="grpc-system-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.junit4', module='grpc-system-test', version='1.0.6')
)
libraryDependencies += "org.testifyproject.junit4" % "grpc-system-test" % "1.0.6"
[org.testifyproject.junit4/grpc-system-test "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.testifyproject : core | jar | 1.0.6 |
org.testifyproject.junit4 : junit4-core | jar | 1.0.6 |
io.grpc : grpc-netty | jar | 1.7.0 |
io.grpc : grpc-protobuf | jar | 1.7.0 |
io.grpc : grpc-stub | jar | 1.7.0 |
com.google.inject : guice | jar | 4.1.0 |
com.google.inject.extensions : guice-multibindings | jar | 4.1.0 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.18 |
Group / Artifact | Type | Version |
---|---|---|
org.testifyproject.di : di-guice | jar | 1.0.6 |
org.mockito : mockito-core | jar | 2.11.0 |
org.assertj : assertj-core | jar | 3.8.0 |