package
Version:
v0.0.0-...-0cba330
Opens a new window with list of versions in this module.
Published: Jun 5, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func TestCase(t testItf, c func(Case))
测试一个用例
type Case interface {
Assert(got, expect any)
}
Case 用例接口
Source Files
¶
Click to show internal directories.
Click to hide internal directories.