PopulateWithJsonSamples() public static method

public static PopulateWithJsonSamples ( bool clearDatabase = true ) : void
clearDatabase bool
return void
コード例 #1
0
ファイル: JsonSamplesTests.cs プロジェクト: arkoc/MongOData
 protected override void PopulateTestData()
 {
     TestData.PopulateWithJsonSamples();
 }
コード例 #2
0
 protected override void PopulateTestData()
 {
     TestData.CreateDatabase();
     TestData.PopulateWithJsonSamples(false);
     TestData.PopulateWithCategoriesAndProducts(false);
 }