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