コード例 #1
0
 public void TestGetEnumValueRtl()
 {
     DirectionConverter.GetEnumValue("rtl").Should().Be(DirectionType.Rtl);
 }
コード例 #2
0
 public void TestGetEnumValueDuffValue()
 {
     DirectionConverter.GetEnumValue("rubbish").Should().Be(null);
 }