Unit test to the Database layer of RecipeRow. More...
Inherits Foodolini::Database::Test::DatabaseTest.
Public Member Functions | |
void | SaveLoadTest () |
Saves a RecipeRow to the database and test if the object recives an ID. Load the RecipeRow from the database and test if the data match. |
Unit test to the Database layer of RecipeRow.
Definition at line 13 of file RecipeRowTest.cs.
void Foodolini.Database.Test.RecipeRowTest.SaveLoadTest | ( | ) |
Saves a RecipeRow to the database and test if the object recives an ID. Load the RecipeRow from the database and test if the data match.
Definition at line 20 of file RecipeRowTest.cs.