Ejemplo n.º 1
0
 public static TotalRecipeModel WithRecipeIngredientsEmpty()
 {
     return(TotalRecipeModelExtensions.WithRecipesIngredients(Default(), new IngredientModel[0]));
 }
Ejemplo n.º 2
0
 public static TotalRecipeModel WithRecipeFiltersEmpty()
 {
     return(TotalRecipeModelExtensions.WithRecipesFilters(Default(), new FilterModel[0]));
 }
Ejemplo n.º 3
0
 public static TotalRecipeModel WithTypeEmpty()
 {
     return(TotalRecipeModelExtensions.WithType(Default(),
                                                ""));
 }
Ejemplo n.º 4
0
 public static TotalRecipeModel WithRecipeIngredientsNull()
 {
     return(TotalRecipeModelExtensions.WithRecipesIngredients(Default(), null));
 }
Ejemplo n.º 5
0
 public static TotalRecipeModel WithTypeGreaterThan50Characters()
 {
     return(TotalRecipeModelExtensions.WithType(Default(),
                                                "mWomMR6eTISDjMU6vzUX21pz4zyKjXerLKCSkfkA8RYt0lXI6yTs"));
 }
Ejemplo n.º 6
0
 public static TotalRecipeModel WithDescriptionGreaterThan300Characters()
 {
     return(TotalRecipeModelExtensions.WithDescription(Default(),
                                                       "yIRM59R9ssbXOjx0a5Dvl91bujYMUOrn8X7bNiOaW5eVKtkLwB1pGoyCScBJaQ1OOSImGMUBs2L5yUIpzepPh5Vum1ShxooQt9Z9HR6xQLEbpfFymU5PYRmAaw8h8u1JSJ28G9dbjz8hUYwnwHVaDKdwVvSq9COYBG9u3RirIxGdQlDevL3GRPdzeobBMxaCY83vn0rxEXjPuklDN2metvKaF0ZqO52CuLfcndCV07lIQTopHSV6QD3ecmGJANdMMM83rAgI4ohRSjkYvdRJfXRb1Zy3ODEk1PHrg6dqqT3IM"));
 }
Ejemplo n.º 7
0
 public static TotalRecipeModel WithNameNull()
 {
     return(TotalRecipeModelExtensions.WithName(Default(), null));
 }
Ejemplo n.º 8
0
 public static TotalRecipeModel WithAverageReviewGreaterThan5()
 {
     return(TotalRecipeModelExtensions.WithAverageReview(Default(), 6));
 }
Ejemplo n.º 9
0
 public static TotalRecipeModel WithAverageReviewLowerThanZero()
 {
     return(TotalRecipeModelExtensions.WithAverageReview(Default(), -1));
 }