testtool

package
v0.0.0-...-0cba330 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

testtool 测试相关工具

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TestCase

func TestCase(t testItf, c func(Case))

测试一个用例

Types

type Case

type Case interface {
	// 断言 got 与 expect 相同
	Assert(got, expect any)
}

Case 用例接口

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL