0

使用 Visual Studio Catch2 测试适配器时,我通常跳过的 Catch2 测试不会跳过。如何让他们在使用测试适配器时跳过

例如,我的测试通常使用"[.]"

TEST_CASE("Foo", "[.]")
{
    ...
}
4

0 回答 0