@Test
 public void testAtRelativeToClass() throws Exception {
   assertEquals(propertyLoader, propertyLoader.atRelativeToClass(this.getClass()));
   verify(propertyLocation).atRelativeToClass(this.getClass());
 }