为Case语句

时间:2015-10-23 19:00:02

标签: 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");
        }

0 个答案:

没有答案