Exemplo n.º 1
0
 public void GetRealTest()
 {
     _testVar = _testVar.getReal(1);
     Assert.Equal(1, _testVar.Real);
 }