public void AddAutocomplete_EmptyValues() { lookup.Columns.Clear(); lookup.AddAutocomplete(row, new TestModel()); KeyValuePair <String, String> actual = row.Single(); Assert.Equal(MvcLookup.AcKey, actual.Key); Assert.Null(actual.Value); }