Versions in this module Expand all Collapse all v0 v0.0.8 Mar 11, 2021 Changes in this version + func Equal(a dvm.Variable, b dvm.Variable) bool + func GenerateExampleJSON() + func GenerateJSON(name string, functions map[string]dvm.Function) + type Execution_tests struct + Functions []Function + Version string + type ExpectedState struct + Key dvm.Variable + Value dvm.Variable + type Function struct + Description string + Entrypoint string + ExpectedResult dvm.Variable + ExpectedStates []ExpectedState + Params []dvm.Variable + func LoadFromJSON(jsonFile string) []Function