• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Problem mocking restTemplate

 
Ranch Hand
Posts: 643
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I am using EasyMock for mocking and i am having problem while mocking restTemplate . My class calls "exchange" method of restTemplate which returns responseEntity<String> . Here is the method i want to test. Whenever i run the junit for this , it retuns an error message saying 7 methods expected and 5 recorded. I am using Spring 3.0.2




please suggest any solution to write a junit for this method.
 
reply
    Bookmark Topic Watch Topic
  • New Topic