Files
BookRPG/Library/PackageCache/com.unity.test-framework@76560ee600cb/UnityEditor.TestRunner/Api/ITestTreeRebuildCallbacks.cs

10 lines
189 B
C#
Raw Normal View History

2026-07-16 21:49:59 +01:00
using System;
namespace UnityEditor.TestTools.TestRunner.Api
{
internal interface ITestTreeRebuildCallbacks : ICallbacks
{
void TestTreeRebuild(ITestAdaptor test);
}
}