namespace SkeletonTest.tests; public static class False { [Test] public static void T() { Assert.Fail(); } }