Files
AR-Menu/Library/PackageCache/com.unity.test-framework@5ac417e07314/UnityEditor.TestRunner/Api/ITestTreeRebuildCallbacks.cs
2025-11-30 08:35:03 +02:00

10 lines
189 B
C#

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