SaveToDataStore() public method

public SaveToDataStore ( BlogEngine exType, string exId, object settings ) : void
exType BlogEngine
exId string
settings object
return void
コード例 #1
0
 public void SaveToDataStoreTest()
 {
     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
     object settings = null; // TODO: Initialize to an appropriate value
     target.SaveToDataStore(exType, exId, settings);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }