public void NextEnumTest() { Utilities.Random.Random Rand = new Utilities.Random.Random(); Assert.DoesNotThrow<Exception>(() => Rand.NextEnum<TestEnum>()); }
public void NextEnumTest() { Utilities.Random.Random Rand = new Utilities.Random.Random(); Assert.DoesNotThrow <Exception>(() => Rand.NextEnum <TestEnum>()); }