summaryrefslogtreecommitdiff
path: root/Library/PackageCache/com.unity.test-framework@1.1.11/UnityEditor.TestRunner/Api/IErrorCallbacks.cs
blob: 4599e16987aa62bb1a0eaeb34d530070ed5807bc (plain) (blame)
1
2
3
4
5
6
7
namespace UnityEditor.TestTools.TestRunner.Api
{
    public interface IErrorCallbacks : ICallbacks
    {
        void OnError(string message);
    }
}