标签:detail test 分支 try catch 单元测试 问题 工具 一个 http
例子1
// 最好画个 流程图 吧, 我懒得画了
// 点a
if (a > 1 && b == 0) {
// 不经过, 为 点b
// 经过, 为 点c
...
}
if (a == 2 || x > 1) {
// 不经过, 为 点d
// 经过, 为 点e
...
}
标签:detail test 分支 try catch 单元测试 问题 工具 一个 http
原文地址:https://www.cnblogs.com/xy14/p/11914792.html