1. 02 8月, 2019 2 次提交
  2. 01 8月, 2019 1 次提交
  3. 16 7月, 2019 1 次提交
  4. 15 7月, 2019 2 次提交
  5. 12 6月, 2019 4 次提交
  6. 28 5月, 2019 1 次提交
    • S
      Clean up Mockito usage · 141ef908
      Sam Brannen 提交于
      This commit migrates to the MockitoJUnitRunner where sensible, which
      will later allow for an easier migration to Mockito's extension for
      JUnit Jupiter.
      
      In addition, this commit deletes unnecessary stubbing for various mocks
      and polishes test fixture setup in various test classes.
      141ef908
  7. 27 5月, 2019 2 次提交
  8. 26 5月, 2019 1 次提交
  9. 25 5月, 2019 1 次提交
  10. 24 5月, 2019 4 次提交
  11. 21 5月, 2019 1 次提交
  12. 12 5月, 2019 1 次提交
  13. 09 5月, 2019 1 次提交
    • P
      Remove '.*' imports from tests · 816bbee8
      Phillip Webb 提交于
      Organize test imports to expand all '.*' static imports into
      fully qualified imports.
      
      This update will allow us to use additional checkstyle rules in
      the future, and will also help if we migrate fully to AssertJ.
      816bbee8
  14. 08 5月, 2019 1 次提交
    • P
      Migrate away from ExpectedException (#22922) · d7320de8
      Phil Webb 提交于
      * Add limited checkstyles to test code
      
      Add a limited set of checkstyle rules to the test codebase to improve
      code consistency.
      
      * Fix checksyle violations in test code
      
      * Organize imports to fix checkstyle for test code
      
      * Migrate to assertThatExceptionOfType
      
      Migrate aware from ExpectedException rules to AssertJ exception
      assertions. Also include a checkstyle rules to ensure that the
      the ExpectedException is not accidentally used in the future.
      
      See gh-22894
      d7320de8
  15. 07 5月, 2019 1 次提交
  16. 06 5月, 2019 1 次提交
  17. 03 5月, 2019 3 次提交
  18. 03 4月, 2019 1 次提交
  19. 02 4月, 2019 1 次提交
  20. 01 4月, 2019 2 次提交
  21. 28 3月, 2019 2 次提交
  22. 27 3月, 2019 1 次提交
    • S
      Infer Kotlin null-safety from type variables · cbb5a78a
      Sebastien Deleuze 提交于
      This commit removes the constraint from type variables in
      PropertyResolver, JdbcOperations and RestOperations
      Kotlin extensions in order to get null-safety inferred
      from the type declared by the user.
      
      Closes gh-22687
      cbb5a78a
  23. 26 3月, 2019 1 次提交
  24. 23 3月, 2019 3 次提交
  25. 22 3月, 2019 1 次提交