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