Collaboration diagram for Server.Test.BinaryDataTest:

Public Member Functions | |
| [SetUp] void | Init () |
| Sets up a test by instanciating a BinaryDatabase. | |
| [Test] void | TestDatabase () |
| Calls PersistentDataTest.TestDatabase using the BinaryDatabase as a parameter. | |
Private Attributes | |
| IPersistentData | database |
Definition at line 15 of file BinaryDataTest.cs.
| [SetUp] void Server.Test.BinaryDataTest.Init | ( | ) |
| [Test] void Server.Test.BinaryDataTest.TestDatabase | ( | ) |
Calls PersistentDataTest.TestDatabase using the BinaryDatabase as a parameter.
Definition at line 32 of file BinaryDataTest.cs.
1.5.1-p1