Nexus/Library/PackageCache/com.unity.test-framework@353f8d76a670/UnityEngine.TestRunner/NUnitExtensions/Commands/IgnoreTest.cs
2026-01-06 17:23:00 +01:00

9 lines
169 B
C#

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