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