@Test
 public void testFromClassLoader() throws Exception {
   assertEquals(propertyLoader, propertyLoader.atClassLoader(this.getClass().getClassLoader()));
   verify(propertyLocation).atClassLoader(this.getClass().getClassLoader());
 }