summaryrefslogtreecommitdiff
path: root/Library/PackageCache/com.unity.test-framework@1.1.11/UnityEngine.TestRunner/NUnitExtensions/Runner/IEnumerableTestMethodCommand.cs
blob: d62979ab5653c70ad9fcb64383716504de7ed011 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
using System.Collections;
using NUnit.Framework.Internal;

namespace UnityEngine.TestRunner.NUnitExtensions.Runner
{
    internal interface IEnumerableTestMethodCommand
    {
        IEnumerable ExecuteEnumerable(ITestExecutionContext context);
    }
}