public LocationValidatorTest()
 {
     _locationValidatorTestHelper = new  LocationValidatorTestHelper();
     _locationTestHelper          = new  LocationTestHelper();
 }
 public LocationRepositoryTest()
 {
     _locationRepositoryTestHelper = new LocationRepositoryTestHelper();
     _locationTestHelper           = new LocationTestHelper();
 }
Example #3
0
 public LocationServiceTestHelper()
 {
     _locationTestHelper = new LocationTestHelper();
 }