示例#1
0
 public void WhenGettingJsonValueAttribute(EnumExtensionTester e, string expectedOutput)
 {
     Assert.That(e.JsonValue(), Is.EqualTo(expectedOutput));
 }
示例#2
0
 public void WhenGettingDescriptionAttribute(EnumExtensionTester e, string expectedOutput)
 {
     Assert.That(e.Description(), Is.EqualTo(expectedOutput));
 }