a new .net tool that executes contracts against a Neo.VM instance for unit test purposes. Runs the specified .neo-invoke file
emits same top level JSON describing execution as invokescript RPC method does
Emits any notifications and logs
Emits the storage items for all contracts specified on the command line via the --strorages option. Note, --storages option may be specified multiple times to return storage items for multiple contracts
Emits statement and branch code coverage information if --nef-file option is specified
a new .net tool that executes contracts against a Neo.VM instance for unit test purposes. Runs the specified
.neo-invoke
fileinvokescript
RPC method does--strorages
option. Note,--storages
option may be specified multiple times to return storage items for multiple contractsexample command:
example output: