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