Maze / Library /PackageCache /com.unity.test-framework@1.1.33 /UnityEngine.TestRunner /TestRunner /RemoteHelpers /RemoteTestResultDataWithTestData.cs
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using NUnit.Framework.Interfaces; | |
| using UnityEngine.TestRunner.NUnitExtensions.Runner; | |
| namespace UnityEngine.TestRunner.TestLaunchers | |
| { | |
| [] | |
| internal class RemoteTestResultDataWithTestData | |
| { | |
| public RemoteTestResultData[] results; | |
| public RemoteTestData[] tests; | |
| } | |
| } | |