Unit test to the Model layer of Ingredient. More...
Inherits Foodolini::BusinessLogic::Test::LogicTest.
Public Member Functions | |
void | CreateIngredientTest () |
Try to Create an Ingredient and save it. | |
void | SearchTest () |
Test that the Ingredient search function works by making some searches and check that the database returns the correct Ingredients. |
Unit test to the Model layer of Ingredient.
Definition at line 14 of file IngredientTest.cs.
void Foodolini.BusinessLogic.Test.IngredientTest.CreateIngredientTest | ( | ) |
Try to Create an Ingredient and save it.
Definition at line 20 of file IngredientTest.cs.
void Foodolini.BusinessLogic.Test.IngredientTest.SearchTest | ( | ) |
Test that the Ingredient search function works by making some searches and check that the database returns the correct Ingredients.
Definition at line 31 of file IngredientTest.cs.