Beispiel #1
0
 public static UpsertRecipeModel WithIngredientsListNull()
 {
     return(UpsertRecipeModelExtensions.WithIngredientsList(Default(), null));
 }
Beispiel #2
0
 public static UpsertRecipeModel WithIngredientsListEmpty()
 {
     return(UpsertRecipeModelExtensions.WithIngredientsList(Default(), new List <string> {
     }));
 }
Beispiel #3
0
 public static UpsertRecipeModel WithFilterEmpty()
 {
     return(UpsertRecipeModelExtensions.WithFilter(Default(), ""));
 }
Beispiel #4
0
 public static UpsertRecipeModel WithTypeGreaterThan50Characters()
 {
     return(UpsertRecipeModelExtensions.WithType(Default(),
                                                 "mWomMR6eTISDjMU6vzUX21pz4zyKjXerLKCSkfkA8RYt0lXI6yTs"));
 }
Beispiel #5
0
 public static UpsertRecipeModel WithDescriptionGreaterThan300Characters()
 {
     return(UpsertRecipeModelExtensions.WithDescription(Default(),
                                                        "yIRM59R9ssbXOjx0a5Dvl91bujYMUOrn8X7bNiOaW5eVKtkLwB1pGoyCScBJaQ1OOSImGMUBs2L5yUIpzepPh5Vum1ShxooQt9Z9HR6xQLEbpfFymU5PYRmAaw8h8u1JSJ28G9dbjz8hUYwnwHVaDKdwVvSq9COYBG9u3RirIxGdQlDevL3GRPdzeobBMxaCY83vn0rxEXjPuklDN2metvKaF0ZqO52CuLfcndCV07lIQTopHSV6QD3ecmGJANdMMM83rAgI4ohRSjkYvdRJfXRb1Zy3ODEk1PHrg6dqqT3IM"));
 }
Beispiel #6
0
 public static UpsertRecipeModel WithNameNull()
 {
     return(UpsertRecipeModelExtensions.WithName(Default(), null));
 }