public void Choice_NullList() { Assert.Throws <ArgumentNullException>(() => { _generator.Choice((IList <string>)null); }); }