1. 03 11月, 2014 2 次提交
  2. 29 10月, 2014 1 次提交
  3. 28 10月, 2014 1 次提交
  4. 27 10月, 2014 2 次提交
  5. 24 10月, 2014 1 次提交
  6. 23 10月, 2014 1 次提交
  7. 07 10月, 2014 2 次提交
  8. 01 10月, 2014 1 次提交
  9. 30 9月, 2014 2 次提交
  10. 25 9月, 2014 1 次提交
  11. 24 9月, 2014 4 次提交
  12. 23 9月, 2014 3 次提交
  13. 22 9月, 2014 1 次提交
  14. 19 9月, 2014 1 次提交
  15. 04 9月, 2014 2 次提交
  16. 03 9月, 2014 6 次提交
  17. 02 9月, 2014 3 次提交
  18. 01 9月, 2014 6 次提交
    • S
      Add 'new in Spring 4.1' section to reference manual · ede97d99
      Sam Brannen 提交于
      This commit introduces a new-in-4.1 section in the reference manual with
      initial content for testing improvements.
      ede97d99
    • S
      Document support for merging TELs with defaults · 4c2aa6ad
      Sam Brannen 提交于
      This commit restructures the content of the "TestExecutionListener
      registration and ordering" section of the Testing chapter in the
      reference manual into cross-referenced subsections with more
      appropriate titles.
      
      In addition, this commit introduces a new "Merging
      TestExecutionListeners" subsection which documents the new MergeMode
      feature in @TestExecutionListeners, including an example demonstrating
      the MERGE_WITH_DEFAULTS mode.
      
      Issue: SPR-12083
      4c2aa6ad
    • S
      Document automatic discovery of default TELs · 7cd615c4
      Sam Brannen 提交于
      This commit introduces a new "TestExecutionListener registration and
      ordering" section in the Testing chapter of the reference manual.
      
      Issue: SPR-12082
      7cd615c4
    • S
      Improve text for xref links in the reference manual · 10c58279
      Sam Brannen 提交于
      10c58279
    • S
      Document programmatic tx mgt support in the TCF · cdc52224
      Sam Brannen 提交于
      This commit introduces a new "Programmatic transaction management"
      section in the Testing chapter of the reference manual with an example
      highlighting the new support provided via TestTransaction.
      
      In addition, this commit begins the work to be addressed more
      thoroughly in SPR-11399 by overhauling the entire "Transaction
      management" section with in-depth discussions on the following topics.
      
       - Test-managed transactions
       - Enabling and disabling transactions
       - Transaction rollback and commit behavior
       - Executing code outside of a transaction
       - Configuring a transaction manager
      
      Issue: SPR-11941, SPR-11399
      cdc52224
    • S
      Document @TestPropertySource support in the reference manual · 9926badb
      Sam Brannen 提交于
      This commit introduces a new "Context configuration with test property
      sources" section in the Testing chapter of the reference manual.
      
      In addition, the "Context caching" section has been updated regarding
      support for test property source locations and properties in
      MergedContextConfiguration.
      
      Issue: SPR-12076
      9926badb