Esempio n. 1
0
 public void GetObjectDataTest()
 {
     Oid target = new Oid(); // TODO: Initialize to an appropriate value
     SerializationInfo info = null; // TODO: Initialize to an appropriate value
     StreamingContext context = new StreamingContext(); // TODO: Initialize to an appropriate value
     target.GetObjectData(info, context);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }