hdk_unit_testing 0.1.1

Functions to help make mocking HDK native functions easier. Not complete, this is a work in progress
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.hdk]
version = "0.0.115"

[features]
default = ["mock"]
mock = ["hdk/mock", "hdk/test_utils"]

[package]
description = "Functions to help make mocking HDK native functions easier. Not complete, this is a work in progress"
edition = "2018"
license = "GPL-2.0"
name = "hdk_unit_testing"
version = "0.1.1"