Changes between Version 29 and Version 30 of test/spring-mvc-test

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

--

Legend:

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

    v29 v30  
    3131        .perform(get("/todo/{id}", 1L)) 
    3232       post() 
     33        .perform(post("/todo/add") 
    3334 
    3435org.springframework.test.web.servlet.ResultActions.andExpect(ResultMatcher matcher)