Search:

Type: Posts; User: stevelibonati; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,374

    spring-mvc-test with mockito

    I wrote up a blog post discussing spring-mvc-test but short-circuiting the @Autowired behavior so you can isolate your testing to the Controller layer with Mockito mocked objects. Check it out.
    ...
  2. Replies
    1
    Views
    1,687

    Have you taken a look at...

    Have you taken a look at http://static.springsource.org/spring/docs/3.0.x/javadoc-api/org/springframework/http/ResponseEntity.html ?
  3. Replies
    1
    Views
    1,568

    REST postForObject

    Is there a way to bind pojos to the input of a REST request. I'm trying to do something like the following :

    @Override
    public AddBookResponse add(AddBook book) {
    HttpEntity<AddBook> entity =...
Results 1 to 3 of 3