namespace Content.IntegrationTests.Utility; public static class TestProperties { /// /// Name of the property describing what kind of test frame a test is running under. /// public const string TestFrameKind = "TestFrameKind"; }