public void AddOrUpdateUnitTest()
 {
     var target = new SingleValueIndex(); // TODO: Initialize to an appropriate value
     object keyObject = null; // TODO: Initialize to an appropriate value
     AGraphElement graphElement = null; // TODO: Initialize to an appropriate value
     target.AddOrUpdate(keyObject, graphElement);
 }