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