Net-Game/Library/PackageCache/com.unity.test-framework@5ac417e07314/UnityEngine.TestRunner/NUnitExtensions/Commands/IgnoreTest.cs
2025-03-28 08:33:16 -04:00

9 lines
169 B
C#

namespace UnityEngine.TestTools
{
internal class IgnoreTest
{
public string test { get; set; }
public string ignoreComment { get; set; }
}
}