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