public void WhenGettingJsonValueAttribute(EnumExtensionTester e, string expectedOutput) { Assert.That(e.JsonValue(), Is.EqualTo(expectedOutput)); }
public void WhenGettingDescriptionAttribute(EnumExtensionTester e, string expectedOutput) { Assert.That(e.Description(), Is.EqualTo(expectedOutput)); }