예제 #1
0
 public void removeAssociationsTest()
 {
     //No DataAssociation object is provided by the XSD, so this will not work.
     API parent = _api;
     data target = new data(parent);
     List<DataAssociation> assocs = null; // TODO: Initialize to an appropriate value
     string name = string.Empty; // TODO: Initialize to an appropriate value
     target.removeAssociations(assocs, name);
     //Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }