@Test
 public void testAtDefaultLocations() throws Exception {
   assertEquals(propertyLoader, propertyLoader.atDefaultLocations());
   verify(propertyLocation).atDefaultLocations();
 }