public void ParsingUndefinedEnumValueReturnsNull(string s) { // Act Fruit?value = XConvert.ToNullable <Fruit>(s); // Assert Assert.IsNull(value); }