refactored client constructor to support class dependancy injection
This commit is contained in:
parent
87681bc0e4
commit
c599902ad5
3 changed files with 24 additions and 23 deletions
|
|
@ -35,7 +35,9 @@ dependencies {
|
|||
implementation 'com.google.guava:guava:27.0.1-jre'
|
||||
|
||||
// Use JUnit test framework
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation "io.grpc:grpc-testing:${grpcVersion}"
|
||||
testImplementation "junit:junit:4.12"
|
||||
testImplementation "org.mockito:mockito-core:2.25.1"
|
||||
|
||||
// Used by GRPC generated code
|
||||
compile 'org.glassfish:javax.annotation:10.0-b28'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue