RemoveFromDataStore() public method

public RemoveFromDataStore ( BlogEngine exType, string exId ) : void
exType BlogEngine
exId string
return void
 public void RemoveFromDataStoreTest()
 {
     MongoDBBlogProvider target = new MongoDBBlogProvider(); // TODO: Initialize to an appropriate value
     ExtensionType exType = new ExtensionType(); // TODO: Initialize to an appropriate value
     string exId = string.Empty; // TODO: Initialize to an appropriate value
     target.RemoveFromDataStore(exType, exId);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }