java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

[Unit Test] Increase unit test coverage in sdk-actors

Open mukundansundar opened this issue 4 years ago • 0 comments

Describe the proposal

Increase unit test coverage in sdk-actors

For the classes:

  • runtime.ActorObjectSerializer (two public methods untested)
  • runtime.ActorRuntime (around 53% line coverage) (Certain illegal arguments, exception scenarios)
  • client.ActorProxyImpl (Illegal arguments, exception scenarios)

Part of https://github.com/dapr/dapr/issues/2226

mukundansundar avatar Oct 17 '20 03:10 mukundansundar