示例#1
0
 public void Create_InValid_CombinedWithFunction_With_InvalidProbabilityA()
 {
     Assert.Throws <ArgumentOutOfRangeException>(() => SeedData.CreateInvalidCombinedWithFunctionWrongProbA());
 }
示例#2
0
 public void Create_InValid_EitherFunction_With_InvalidProbabilityB()
 {
     Assert.Throws <ArgumentOutOfRangeException>(() => SeedData.CreateInvalidEitherFunctionWrongProbB());
 }
示例#3
0
 public void Create_Invalid_Probability_GreatherThan1()
 {
     Assert.Throws <ArgumentOutOfRangeException>(() => SeedData.CreateInvalidProbabilityGreatherThan1());
 }