Documentation ¶
Overview ¶
Package test contains all the extra POGO that are needed to read the tests.json file that is processed by the WasmTester executor.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestFolder ¶
type TestFolder struct { Uses map[string]*TestValue `json:"uses"` Modules []*TestModule `json:"modules"` }
func NewFolderTest ¶
func NewFolderTest() *TestFolder
type TestFunc ¶
func NewFuncTest ¶
func NewFuncTest() *TestFunc
type TestModule ¶
func NewModuleTest ¶
func NewModuleTest() *TestModule
Click to show internal directories.
Click to hide internal directories.