예제 #1
0
 public void NextEnumTest()
 {
     Utilities.Random.Random Rand = new Utilities.Random.Random();
     Assert.DoesNotThrow<Exception>(() => Rand.NextEnum<TestEnum>());
 }
예제 #2
0
 public void NextEnumTest()
 {
     Utilities.Random.Random Rand = new Utilities.Random.Random();
     Assert.DoesNotThrow <Exception>(() => Rand.NextEnum <TestEnum>());
 }