<PackageReference Include="NUnit" Version="3.13.3" />

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.