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