Practice_Unity/Library/PackageCache/com.unity.test-framework@a6f5be5f149c/UnityEditor.TestRunner/Api/ITestTreeRebuildCallbacks.cs
2025-09-16 17:30:13 +09:00

10 lines
189 B
C#

using System;
namespace UnityEditor.TestTools.TestRunner.Api
{
internal interface ITestTreeRebuildCallbacks : ICallbacks
{
void TestTreeRebuild(ITestAdaptor test);
}
}