Files
LowPolyBattleSim/Library/PackageCache/com.unity.test-framework@5ac417e07314/UnityEditor.TestRunner/Api/ITestTreeRebuildCallbacks.cs

10 lines
189 B
C#
Raw Normal View History

2025-06-27 23:27:49 +01:00
using System;
namespace UnityEditor.TestTools.TestRunner.Api
{
internal interface ITestTreeRebuildCallbacks : ICallbacks
{
void TestTreeRebuild(ITestAdaptor test);
}
}