Example #1
0
 public void TestNumericRandom()
 {
     Assert.True(SampleUtil.TestNumericRandom("z3", 352, 1, 8));
 }
Example #2
0
 public void TestNumericRandom()
 {
     Assert.True(SampleUtil.TestNumericRandom("msSolver", EXPECTED_RANDOM_12_1, 1, 12));
     Assert.True(SampleUtil.TestNumericRandom("msSolver", EXPECTED_RANDOM_10_0, 0, 10));
 }