12 lines
		
	
	
		
			267 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			267 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System;
 | |
| using System.Collections;
 | |
| using NUnit.Framework.Internal;
 | |
| 
 | |
| namespace UnityEngine.TestRunner.NUnitExtensions.Runner
 | |
| {
 | |
|     internal interface IEnumerableTestMethodCommand
 | |
|     {
 | |
|         IEnumerable ExecuteEnumerable(ITestExecutionContext context);
 | |
|     }
 | |
| }
 |