docs/components/test-gtest #153
Replies: 1 comment
-
如何在测试中调用 service 方法? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docs/components/test-gtest
gtest模块在GoFrame框架下的使用,提供简便和轻量级的单元测试方法。gtest基于标准库testing进行功能扩展,增加了多个测试特性,如测试用例隔离和常用断言方法。适用于大部分的单元测试场景,并在需要更复杂测试时,可结合第三方测试框架如testify和goconvey使用。
https://goframe.org/docs/components/test-gtest
Beta Was this translation helpful? Give feedback.
All reactions