VR4RoboticArm2/VR4RoboticArm/Library/PackageCache/com.unity.test-framework/UnityEditor.TestRunner/Api/ITestTreeRebuildCallbacks.cs
IonutMocanu 48cccc22ad Main2
2025-09-08 11:13:29 +03:00

10 lines
189 B
C#

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