Documentation
¶
Index ¶
- func FuncName(f any) string
- func RunClass(t *testing.T, f any, data string, targetCaseNum int) (err error)
- func RunFunc(t *testing.T, f any, data string, targetCaseNum int) (err error)
- func Validate[T, U any](input T, except U, fs ...func(T) U) (err error)
- func Validate2[T1, T2, U any](input1 T1, input2 T2, except U, fs ...func(T1, T2) U) (err error)
- func Validate3[T1, T2, T3, U any](input1 T1, input2 T2, input3 T3, except U, fs ...func(T1, T2, T3) U) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.