📌  相关文章
📜  好的测试用例 - Go 编程语言 - Go 编程语言代码示例

📅  最后修改于: 2022-03-11 14:45:02.693000             🧑  作者: Mango

代码示例1
A good test case should be:

    - small, isolated and atomic 
    - easy to understand
    - executed as fast as possible
    - independent with each other
    - describe its expected result
    - avoided from repetition
    - written with end user's perspective