SavePingServices() public method

public SavePingServices ( System services ) : void
services System
return void
 public void SavePingServicesTest()
 {
     MongoDBBlogProvider target = new MongoDBBlogProvider(); // TODO: Initialize to an appropriate value
     StringCollection services = null; // TODO: Initialize to an appropriate value
     target.SavePingServices(services);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }