Changes between Version 22 and Version 23 of test/spring-mvc-test

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

--

Legend:

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

    v22 v23  
    4545        .andExpect(redirectedUrl("/todo/1")) 
    4646     model() 
     47        .andExpect(model().attribute("todos", hasSize(2))) 
    4748     flash() 
    4849