Documentation ¶
Index ¶
- Variables
- func RunTests[EnvTypePtr recordPtr[EnvTypePtr, EnvType], EnvType any, ...](t Testing, typ TxTypePtr, union *schema.UnionType, account Methods[AcctType])
- type BigInt
- type Methods
- type TestCase
- type TestCaseGroup
- type TestSuite
- type Time
- func (u *Time) Copy() *Time
- func (u *Time) Equal(v *Time) bool
- func (u *Time) MarshalBinaryV2(e *binary.Encoder) error
- func (u *Time) MarshalJSONV2(e *json.Encoder) error
- func (u *Time) String() string
- func (u *Time) UnmarshalBinaryV2(d *binary.Decoder) error
- func (u *Time) UnmarshalJSONV2(d *json.Decoder) error
- type URL
- func (u *URL) Copy() *URL
- func (u *URL) Equal(v *URL) bool
- func (u *URL) MarshalBinaryV2(e *binary.Encoder) error
- func (u *URL) MarshalJSONV2(e *json.Encoder) error
- func (u *URL) String() string
- func (u *URL) UnmarshalBinaryV2(d *binary.Decoder) error
- func (u *URL) UnmarshalJSONV2(d *json.Decoder) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type TestCase ¶
type TestCase struct { Binary []byte `json:"binary,omitempty"` JSON stdjson.RawMessage `json:"json,omitempty"` }
type TestCaseGroup ¶
type TestSuite ¶
type TestSuite struct { Transactions []*TestCaseGroup `json:"transactions,omitempty"` Accounts []*TestCaseGroup `json:"accounts,omitempty"` }
type URL ¶
func MustParseURL ¶
Click to show internal directories.
Click to hide internal directories.