NUnit.Framework.Interfaces.IRepeatTest
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.
namespace NUnit.Framework.Interfaces
{
}
namespace NUnit.Framework.Interfaces
{
public interface IRepeatTest : ICommandWrapper
{
}
}