Provide MockDaprClient or MockActorClient for easy unit/integration testing
Open
area/test/integration-tests
area/test/unit
good first issue
P2
size/S
triaged/resolved
- Dominant language
- Java
- Stars
- 300
- Forks
- 230
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 4
Description
## Describe the proposal
For making unit testing and integration testing easier, it would be great, if dapr java sdk could ship with ready configured or easy configurable mock implementations for generally used items like DaprClient or ActorClient.
For ActorClient in particular, it would also be great, if the protocol http/gRpc could be configured during tests so it would be easier to use an in memory mock http webserver instead of gRPC.
Contributor guide
Assessment
This issue has not been assessed yet.