Closed opi-smccoole closed 5 years ago
Will have to be separate PR. This one was already merged.
Ok will change. All work now in PR # 9 though
Sent from my iPhone. Auto correct typos likely.
On Apr 9, 2019, at 1:56 PM, GonnaGitYou notifications@github.com wrote:
@GonnaGitYou commented on this pull request.
In eosiojavarpcprovider/src/main/java/one/block/eosiojavarpcprovider/error/EosioJavaRpcProviderCallError.java:
@@ -0,0 +1,65 @@ +package one.block.eosiojavarpcprovider.error; + +import one.block.eosiojava.error.rpcProvider.RpcProviderError; +import one.block.eosiojava.models.rpcProvider.response.RPCResponseError; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; + +// +// EosioJavaRpcProviderCallError +// eosio-java-android-rpc-provider +// +// Created by mccoole on 4/8/19 Brandon says that we should leave out the Created by.... headers throughout the code.
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.
Positive and negative tests are included. An example unit test executing a call with AsyncTask is also provided for reference.