java
c
xml
ajax
python
ruby-on-rails
regex
mysql
visual-studio
multithreading
silverlight
perl
algorithm
facebook
oracle
delphi
apache
asp
postgresql
dom
You need to create a MOCK of pcUserService first, and then use that mock.
PcUserService mock = org.mockito.Mockito.mock(PcUserService.class); when(mock.read("1")).thenReturn(pcUser);