pixelgon/Library/PackageCache/com.unity.test-framework@1.1.3/UnityEditor.TestRunner/Api/ITestTreeRebuildCallbacks.cs
2020-06-05 11:54:36 -07:00

7 lines
No EOL
173 B
C#

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