Maze / Library /PackageCache /com.unity.test-framework@1.1.33 /UnityEditor.TestRunner /Api /ITestTreeRebuildCallbacks.cs
| namespace UnityEditor.TestTools.TestRunner.Api | |
| { | |
| internal interface ITestTreeRebuildCallbacks : ICallbacks | |
| { | |
| void TestTreeRebuild(ITestAdaptor test); | |
| } | |
| } |