summaryrefslogtreecommitdiff
path: root/Library/PackageCache/com.unity.test-framework@1.1.11/UnityEditor.TestRunner/Api/ICallbacks.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Library/PackageCache/com.unity.test-framework@1.1.11/UnityEditor.TestRunner/Api/ICallbacks.cs')
-rw-r--r--Library/PackageCache/com.unity.test-framework@1.1.11/UnityEditor.TestRunner/Api/ICallbacks.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/Library/PackageCache/com.unity.test-framework@1.1.11/UnityEditor.TestRunner/Api/ICallbacks.cs b/Library/PackageCache/com.unity.test-framework@1.1.11/UnityEditor.TestRunner/Api/ICallbacks.cs
deleted file mode 100644
index 269dbbf..0000000
--- a/Library/PackageCache/com.unity.test-framework@1.1.11/UnityEditor.TestRunner/Api/ICallbacks.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-namespace UnityEditor.TestTools.TestRunner.Api
-{
- public interface ICallbacks
- {
- void RunStarted(ITestAdaptor testsToRun);
- void RunFinished(ITestResultAdaptor result);
- void TestStarted(ITestAdaptor test);
- void TestFinished(ITestResultAdaptor result);
- }
-}