public void ToCollection_ThrowsArgumentNull_EdmType() { // Arrange & Act IEdmType edmType = null; ExceptionAssert.ThrowsArgumentNull(() => edmType.ToCollection(false), "edmType"); }