NUnit.Core.TestCase.Run(NUnit.Core.EventListener)

Here are the examples of the csharp api NUnit.Core.TestCase.Run(NUnit.Core.EventListener) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : TestCase.cs
with MIT License
from roozbehid

public override TestResult Run(EventListener listener, ITestFilter filter)
		{
			return Run( listener ); // Ignore filter for now
		}