コード例 #1
0
 @Test
 public void testWithDefaultFilters() throws Exception {
   assertEquals(propertyLoader, propertyLoader.withDefaultFilters());
   verify(propertyFilter).withDefaultFilters();
 }