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