Maze / Library /PackageCache /com.unity.test-framework@1.1.33 /UnityEditor.TestRunner /UnityTestProtocol /IUtpLogger.cs
| namespace UnityEditor.TestTools.TestRunner.UnityTestProtocol | |
| { | |
| interface IUtpLogger | |
| { | |
| void Log(Message msg); | |
| } | |
| } | |
| namespace UnityEditor.TestTools.TestRunner.UnityTestProtocol | |
| { | |
| interface IUtpLogger | |
| { | |
| void Log(Message msg); | |
| } | |
| } | |