Anoma.Client.Examples.EClient.Nock.Run (Anoma v0.34.0)
I contain functions to test the public interface of the client.
I show how to use the nock run and prove endpoints.
Summary
Functions
I run a simple nock program via the api.
I run a siple nock program that is supposed to return some io.
I run a siple nock program that is supposed to return some io.
I run a simple nock program via the api with a single argument.
I run a siple nock program that is supposed to return some io.
Functions
@spec run_nock(Anoma.Client.Examples.EClient.t()) :: {Anoma.Client.Examples.EClient.t(), String.t()}
I run a simple nock program via the api.
@spec run_nock_error(Anoma.Client.Examples.EClient.t()) :: {Anoma.Client.Examples.EClient.t(), String.t()}
I run a siple nock program that is supposed to return some io.
@spec run_nock_error_with_io(Anoma.Client.Examples.EClient.t()) :: {Anoma.Client.Examples.EClient.t(), String.t()}
I run a siple nock program that is supposed to return some io.
@spec run_nock_with_arg(Anoma.Client.Examples.EClient.t()) :: {Anoma.Client.Examples.EClient.t(), String.t()}
I run a simple nock program via the api with a single argument.
@spec run_nock_with_io(Anoma.Client.Examples.EClient.t()) :: {Anoma.Client.Examples.EClient.t(), String.t()}
I run a siple nock program that is supposed to return some io.