Esempio n. 1
0
 public void TestIndexer_NoItemProperty()
 {
     Assert.Single(_indexerImpl.PropertyNames());
     // We should only have one property
     Assert.Equal(new [] { "Name" }, _indexerImpl.PropertyNames());
 }