1. 29 10月, 2015 3 次提交
  2. 27 10月, 2015 1 次提交
  3. 15 10月, 2015 1 次提交
  4. 14 10月, 2015 2 次提交
  5. 13 10月, 2015 1 次提交
  6. 12 10月, 2015 2 次提交
  7. 08 10月, 2015 1 次提交
  8. 06 10月, 2015 2 次提交
  9. 01 10月, 2015 1 次提交
  10. 29 9月, 2015 1 次提交
  11. 25 9月, 2015 1 次提交
  12. 24 9月, 2015 2 次提交
  13. 22 9月, 2015 1 次提交
  14. 09 9月, 2015 1 次提交
  15. 04 9月, 2015 1 次提交
  16. 02 9月, 2015 1 次提交
  17. 27 8月, 2015 1 次提交
  18. 26 8月, 2015 1 次提交
  19. 21 8月, 2015 2 次提交
  20. 18 8月, 2015 1 次提交
  21. 17 8月, 2015 1 次提交
  22. 13 8月, 2015 1 次提交
  23. 12 8月, 2015 1 次提交
  24. 11 8月, 2015 1 次提交
  25. 10 8月, 2015 2 次提交
  26. 04 8月, 2015 1 次提交
  27. 31 7月, 2015 1 次提交
  28. 30 7月, 2015 1 次提交
  29. 28 7月, 2015 1 次提交
  30. 27 7月, 2015 3 次提交
    • S
      Ensure spring-test builds against HttpComponents 4.5 · 8ff247b1
      Sam Brannen 提交于
      This is necessary to ensure that the version of HtmlUnit that we use is
      compatible with HttpComponents 4.5.
      
      Issue: SPR-13158
      8ff247b1
    • S
      Upgrade to HtmlUnit 2.18 GA · 7d16e3b9
      Sam Brannen 提交于
      Issue: SPR-13158
      7d16e3b9
    • 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