1
2
3
4
5
6
7
8
@Mock
private MockObject1 mockObject1;
 
@InjectMocks @Spy
private RealObject realObject = new RealObject();
 
@InjectMocks
private SystemUnderTest systemUnderTest = new SystemUnderTest();

참조 : https://groups.google.com/forum/#!topic/mockito/hWwcI5UHFi0

'M' 카테고리의 다른 글

mac 언어별 설치 가이드  (0) 2017.04.27
Maven 설정 시 주의 사항  (0) 2014.05.16

설정

트랙백

댓글