package
Version:
v1.2.5
Opens a new window with list of versions in this module.
Published: Aug 29, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type TestCase struct {
Binary []byte `json:"binary,omitempty"`
JSON json.RawMessage `json:"json,omitempty"`
}
type TestCaseGroup struct {
Name string `json:"name,omitempty"`
Cases []*TestCase `json:"cases,omitempty"`
}
type TestSuite struct {
Transactions []*TestCaseGroup `json:"transactions,omitempty"`
Accounts []*TestCaseGroup `json:"accounts,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.