Example #1
0
 public LocationServiceTestHelper()
 {
     _locationEntityTestHelper = new LocationEntityTestHelper();
 }
Example #2
0
 public LocationValidatorTest()
 {
     _locationValidatorTestHelper = new LocationValidatorTestHelper();
     _locationEntityTestHelper    = new LocationEntityTestHelper();
 }
Example #3
0
 public LocationRepositoryTest()
 {
     _repoHelper   = new LocationRepositoryTestHelper();
     _entityHelper = new LocationEntityTestHelper();
 }