property.xml
<property.name>propertyresult</property.name>
<CODE>
Properties mockProperties = mock(Properties.class);
when((mockProperties.getProperty("property.name"))).thenReturn("propertyresult");


'java' 카테고리의 다른 글

확률을 퍼센트로 줘서 랜덤하게 뽑기  (1) 2018.01.18
Intellij Custom VM Option 넣기  (0) 2017.06.16
Java goole.common.cache.Cache 사용하기.  (0) 2016.01.20
Java 가 어려운 이유.  (0) 2015.10.01
Visual VM 메모. 모니터링  (0) 2015.09.24

+ Recent posts