Ejemplo n.º 1
0
 public void TestGetEnumValueRtl()
 {
     DirectionConverter.GetEnumValue("rtl").Should().Be(DirectionType.Rtl);
 }
Ejemplo n.º 2
0
 public void TestGetEnumValueDuffValue()
 {
     DirectionConverter.GetEnumValue("rubbish").Should().Be(null);
 }