Ejemplo n.º 1
0
 public void GetCurrentSingleValue()
 {
     Assert.That(_dataWithIntValue.GetTypedValue <int> (), Is.EqualTo(0));
 }
Ejemplo n.º 2
0
 public void Initialization_NullValuePossible()
 {
     Assert.That(_dataWithNullValue.Value, Is.Null);
     Assert.That(_dataWithNullValue.GetTypedValue <object>(), Is.Null);
 }