1. 27 7月, 2015 1 次提交
    • R
      Introduce support for HtmlUnit in Spring MVC Test · b73e3942
      Rob Winch 提交于
      This commit introduces integration between MockMvc and HtmlUnit, thus
      simplifying end-to-end testing when using HTML-based views and enabling
      developers to do the following.
      
       - Easily test HTML pages using tools such as HtmlUnit, WebDriver, & Geb
         without the need to deploy to a Servlet container
      
       - Test JavaScript within pages
      
       - Optionally test using mock services to speed up testing
      
       - Share logic between in-container, end-to-end tests and
         out-of-container integration tests
      
      Issue: SPR-13158
      b73e3942
  2. 31 1月, 2012 1 次提交
    • C
      Rename modules {org.springframework.*=>spring-*} · 02a4473c
      Chris Beams 提交于
      This renaming more intuitively expresses the relationship between
      subprojects and the JAR artifacts they produce.
      
      Tracking history across these renames is possible, but it requires
      use of the --follow flag to `git log`, for example
      
          $ git log spring-aop/src/main/java/org/springframework/aop/Advisor.java
      
      will show history up until the renaming event, where
      
          $ git log --follow spring-aop/src/main/java/org/springframework/aop/Advisor.java
      
      will show history for all changes to the file, before and after the
      renaming.
      
      See http://chrisbeams.com/git-diff-across-renamed-directories
      02a4473c
  3. 23 12月, 2010 1 次提交
  4. 17 12月, 2008 1 次提交
  5. 29 10月, 2008 1 次提交