标签: c# unit-testing code-coverage
我想添加一个断言来测试case方法的默认条件
以下是案例陈述
switch ((a)Enum.Parse(typeof(a), A, true)) { case a.value: return "Int"; default: throw new InvalidEnumArgumentException("Unrecognized value"); }