Unit test to the Database layer of User. More...
Inherits Foodolini::Database::Test::DatabaseTest.
Public Member Functions | |
void | CreateTable () |
void | Save () |
Saves a User to the database and test if the object recives an ID. | |
void | SaveAndLoad () |
Saves a User to the database and test if the object recives an ID. Load the User from the database and test if the data match. |
Unit test to the Database layer of User.
Definition at line 11 of file UserTest.cs.
void Foodolini.Database.Test.UserTest.CreateTable | ( | ) |
Definition at line 14 of file UserTest.cs.
void Foodolini.Database.Test.UserTest.Save | ( | ) |
Saves a User to the database and test if the object recives an ID.
Definition at line 22 of file UserTest.cs.
void Foodolini.Database.Test.UserTest.SaveAndLoad | ( | ) |
Saves a User to the database and test if the object recives an ID. Load the User from the database and test if the data match.
Definition at line 41 of file UserTest.cs.