Firstborn/Library/PackageCache/com.unity.test-framework@1..../UnityEditor.TestRunner/Api/ITestTreeRebuildCallbacks.cs
Schaken-Mods b486678290 Library -Artifacts
Library -Artifacts
2023-03-28 12:24:16 -05:00

7 lines
173 B
C#

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