PopulateWithJsonSamples() public static method

public static PopulateWithJsonSamples ( bool clearDatabase = true ) : void
clearDatabase bool
return void
Ejemplo n.º 1
0
 protected override void PopulateTestData()
 {
     TestData.PopulateWithJsonSamples();
 }
Ejemplo n.º 2
0
 protected override void PopulateTestData()
 {
     TestData.CreateDatabase();
     TestData.PopulateWithJsonSamples(false);
     TestData.PopulateWithCategoriesAndProducts(false);
 }