Exemplo n.º 1
0
 public void TestSwitchDefault01C()
 {
     Assert.AreEqual("0.2", Ex2GCalculations.SwitchDefault01("C"));
 }
Exemplo n.º 2
0
 public void TestSwitchDefault01Z()
 {
     Assert.AreEqual("0.0", Ex2GCalculations.SwitchDefault01("Z"));
 }
Exemplo n.º 3
0
 public void TestSwitchDefault01R()
 {
     Assert.AreEqual("0.1", Ex2GCalculations.SwitchDefault01("R"));
 }