@Test
 public void testAddSuffixList() throws Exception {
   List<String> suf = new ArrayList<String>();
   assertEquals(propertyLoader, propertyLoader.addSuffixList(suf));
   verify(propertySuffix).addSuffixList(suf);
 }