WuhuIslandTesting/Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/ITestTreeRebuildCallbacks.cs
2025-01-07 02:06:59 +01:00

7 lines
No EOL
173 B
C#

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