public void AsSetGivenBadArgumentShouldThrow() { Assert.Throws <ArgumentNullException>(() => EnumerableUtility.AsSet(default(IEnumerable <int>))); }