Foodolini.BusinessLogic.Test.IngredientTest Class Reference

Unit test to the Model layer of Ingredient. More...

Inherits Foodolini::BusinessLogic::Test::LogicTest.

Collaboration diagram for Foodolini.BusinessLogic.Test.IngredientTest:
Collaboration graph

List of all members.

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.

Detailed Description

Unit test to the Model layer of Ingredient.

Definition at line 14 of file IngredientTest.cs.


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Foodolini 1.0.0 Documentation, generated with DoxyGen.