@Test
 public void testWithEnvironmentResolvingFilter() throws Exception {
   assertEquals(propertyLoader, propertyLoader.withEnvironmentResolvingFilter());
   verify(propertyFilter).withEnvironmentResolvingFilter();
 }