* Add GRP State Integration Test
* Explain ignored test cases for GRPC
* Explain ignored test cases for GRPC
* Update DaprClientTestBuilder.java
* Add binding E2E testing.
* Add fix binding E2E testing after merge with new changes
* Remove example comments
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
* #26 Add Hello World Integration Testing working on Windows, need work to work on MAC and Linux
* #26 Add new Integration Test to test DAPR state functionality
* #26 Add Hello World Integration Testing working on Windows, need work to work on MAC and Linux
* Update Integration Testing getting free ports automatically
* #26 Refractor to use a base class for all the integration tests
* #26 Make StateOptions as optional in order to not throw a null pointer exception
* #26 Remove empty lines and correct the ident
* Adding license to DaprIntegrationTestingRunner
Co-authored-by: Young Bu Park <youngp@microsoft.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
* Fixing issue regarding GET and DELETE method
* Adding unit test for DaprHttp.java
* Adding test scope
* Renaming a property and fixing conflict to merge.
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
* Change from unwrapMethodResponse to deserialize, because the response from an actor method is not wrapped in "Data" object
Add Unit test for the ActorProxy class
* #24 Implement more testing to the ActorProxyImpl and refactor how we manage the errors with Mono
#20 Add the coverage tool JaCoCo, the rules are commented at this moment in order to allow to execute the examples at this moment, if we enable the rules, the compilation fails.
* Enable rules for unit test coverage with a minimum of 0 in order to allow the developers to success compile, the minimum should be set to .8 before the projects ends
* Use the unwrapMethodResponse of the serilizer in order to deserilize actor responses.
* Reverting ActorProxyImpl.java
There is not need to change ActorProxyImpl since the previous change to not wrap it with the "data" structure was incorrect.
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>