Maze / Library /PackageCache /com.unity.test-framework@1.1.33 /UnityEngine.TestRunner /NUnitExtensions /Commands /EnumerableTestState.cs
| using System; | |
| namespace UnityEngine.TestTools | |
| { | |
| [] | |
| internal class EnumerableTestState | |
| { | |
| public int Repeat; | |
| public int Retry; | |
| } | |
| } |