public void SetUp()
 {
     _testEntity = Mother.CreateTestEntity();
     _testRepositoryEntity = new RepositoryEntity<TestEntity>(_testEntity);
 }
Beispiel #2
0
 public void SetUp()
 {
     _testEntity           = Mother.CreateTestEntity();
     _testRepositoryEntity = new RepositoryEntity <TestEntity>(_testEntity);
 }