Skip to content

Commit 639537c

Browse files
committed
delete TestUtils.Repeat
1 parent b5c6e8d commit 639537c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Smdn.Test.NUnit.Utils/Smdn.Test.NUnit/NUnitTestUtils.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,5 @@ public static TException ThrowsOrAggregates<TException>(TestDelegate code)
7777
}
7878
}
7979
} // Assert
80-
81-
public static void Repeat(int count, Action action)
82-
{
83-
for (var i = 0; i < count; i++) {
84-
action();
85-
}
86-
}
8780
}
8881
}

0 commit comments

Comments
 (0)