コード例 #1
0
 @Test
 public void testAtDefaultLocations() throws Exception {
   assertEquals(propertyLoader, propertyLoader.atDefaultLocations());
   verify(propertyLocation).atDefaultLocations();
 }