public void TestGetEnumValueRtl() { DirectionConverter.GetEnumValue("rtl").Should().Be(DirectionType.Rtl); }
public void TestGetEnumValueDuffValue() { DirectionConverter.GetEnumValue("rubbish").Should().Be(null); }