Changes between Version 26 and Version 27 of test/spring-mvc-test
- 날짜/시간:
- 2014-01-02 AM 11:24:08 (11 년 전)
Legend:
- 변경되지 않음
- 추가됨
- 제거됨
- 변경됨
-
test/spring-mvc-test
v26 v27 56 56 .andExpect(model().attributeHasFieldErrors("todo", "title")) 57 57 flash() 58 58 .andExpect(flash().attribute("feedbackMessage", is("Todo entry: title was added."))); 59 59 org.springframework.test.web.servlet.ResultActions.andDo(ResultHandler handler) 60 60