是否有等同于 jests test.todo 的 xUnit?

Is there a xUnit equivalent to jests test.todo?

我的谷歌搜索技能似乎让我失望了。有谁知道 xUnit 相当于 jests test.todo?

我知道,我总是可以对稍后要实施的测试进行存根,让它失败。或者禁用它。但是考虑到这两种方法都只是变通办法,如果提供给其他不了解这些事情的开发人员,将无法达到预期的结果……我更愿意使用更精确的解决方案。

这将是一个很棒的功能!不幸的是,您今天能找到最接近的 (xUnit 2.4.1) is Skip.

[Fact(Skip = "todo: finish as part of <insert link to work item>")]

虽然 Xunit 是开源的,但请随时提交 PR, open a feature request, or add to the discussion!