Changes between Version 26 and Version 27 of test/spring-mvc-test

차이점 주위로
다음 차이점은 무시하기:
작성자:
anonymous (IP: 221.150.127.103)
날짜/시간:
2014-01-02 AM 11:24:08 (11 년 전)
설명:

--

Legend:

변경되지 않음
추가됨
제거됨
변경됨
  • test/spring-mvc-test

    v26 v27  
    5656        .andExpect(model().attributeHasFieldErrors("todo", "title")) 
    5757     flash() 
    58  
     58        .andExpect(flash().attribute("feedbackMessage", is("Todo entry: title was added."))); 
    5959org.springframework.test.web.servlet.ResultActions.andDo(ResultHandler handler) 
    6060