Maze / Library /PackageCache /com.unity.test-framework@1.1.33 /UnityEditor.TestRunner /CommandLineTest /ExitCallbacksDataHolder.cs
| using UnityEngine; | |
| namespace UnityEditor.TestTools.TestRunner.CommandLineTest | |
| { | |
| internal class ExitCallbacksDataHolder : ScriptableSingleton<ExitCallbacksDataHolder> | |
| { | |
| [] | |
| public bool AnyTestsExecuted; | |
| [] | |
| public bool RunFailed; | |
| } | |
| } |