Maze / Library /PackageCache /com.unity.test-framework@1.1.33 /UnityEngine.TestRunner /NUnitExtensions /Runner /UnityWorkItemDataHolder.cs
| using System.Collections.Generic; | |
| namespace UnityEngine.TestRunner.NUnitExtensions.Runner | |
| { | |
| internal class UnityWorkItemDataHolder | |
| { | |
| public static List<string> alreadyStartedTests = new List<string>(); | |
| public static List<string> alreadyExecutedTests; | |
| } | |
| } | |