Changes between Version 14 and Version 15 of test/spring-mvc-test

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

--

Legend:

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

    v14 v15  
    11 
    22{{{ 
     3    allOf 
     4    hasItem 
     5import static org.hamcrest.Matchers.*; 
     6 
     7    nullValue 
     8    isEmptyOrNullString 
     9    is 
     10    hasSize 
     11 
     12import static org.mockito.Mockito.*; 
     13    verifyZeroInteractions 
     14    when 
     15    times 
     16    verifyNoMoreInteractions 
     17 
    318org.springframework.test.web.servlet.request 
    419    contentType