Interface IRepeatTest
- Namespace
- NUnit.Framework.Interfaces
- Assembly
- nunit.framework.dll
Objects implementing this interface are used to wrap tests that can repeat. The implementing command is run once, invoking the chained commands any number of times.
public interface IRepeatTest : ICommandWrapper
- Inherited Members