Delta-v/Content.IntegrationTests/Utility/TestProperties.cs

10 lines
271 B
C#

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";
}