Open
Description
Some translators used an awkward way of creating random tests by applying massive amount of [TestCase]
annotations:
Such annotations should be cleaned up and replaced by [Repeat(n)]
or some other way of generating many random tests.
One potential set of such kata can be found with this search link.