gpt4 book ai didi

go - 监听调用 Golang 中另一个结构使用的结构函数

转载 作者:数据小太阳 更新时间:2023-10-29 03:22:06 25 4
gpt4 key购买 nike

<分区>

所以我是 Golang 中模拟结构和函数的初学者。我基本上想检查是否已为单元测试目的调用了一个函数。这是代码:

type A struct {

}

func (a *A) Foo (){}

type B struct {
a *A
}

func (b* B) Bar () {
a.Foo()
}

我基本上想检查在调用 Bar 时是否确实调用了 Foo

我知道有一些可用于 Golang 的模拟框架,但在测试现有结构和结构方法时它们非常复杂

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com