UnityGame/Library/PackageCache/com.unity.test-framework/UnityEngine.TestRunner/NUnitExtensions/Commands/IgnoreTest.cs
2024-10-27 10:53:47 +03:00

9 lines
169 B
C#

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