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