public void DefaultIfEmptyWithDefaultValueDefaulValueArgumentNull() { Assert.DoesNotThrow(() => DummyData.DefaultIfEmpty((object)null)); }