1. 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
  2. 17 4月, 2019 1 次提交
    • R
      LeakAwareDataBuffer related fixes · 375090bb
      Rossen Stoyanchev 提交于
      Following on 3ebbfa21 where the local
      refCount was removed in favor of using the internal refCount of the
      native data buffer, this commit ensures that LeakAwareDataBufferFactory
      uses a PooledDataBufferFactory delegate by default.
      
      There are also fixes for test issues with eager allocation uncovered by
      these changes in StringDecoder and ResourceDecoder.
      375090bb
  3. 23 3月, 2019 1 次提交
  4. 22 3月, 2019 1 次提交
  5. 20 3月, 2019 1 次提交
  6. 16 11月, 2018 1 次提交
  7. 11 9月, 2018 1 次提交
  8. 05 9月, 2018 1 次提交
    • A
      Added tests for errors in the source stream · 259b2ca5
      Arjen Poutsma 提交于
      This commit adds decoder/message-reader tests for errors in
      the source data buffer publisher. Because the tests extend
      AbstractDataBufferAllocatingTestCase, they also check whether
      the buffers that precede the error in the stream are properly
      released.
      
      Issue: SPR-17025
      259b2ca5
  9. 28 6月, 2018 1 次提交
  10. 17 3月, 2018 1 次提交
  11. 03 11月, 2016 1 次提交
  12. 02 11月, 2016 1 次提交
  13. 25 10月, 2016 1 次提交
    • B
      Refactor tests with ScriptedSubscriber · 99a32108
      Brian Clozel 提交于
      Reactor recently added the `ScriptedSubscriber` in its new
      `reactor-addons` module. This `Subscriber` revissits the previous
      `TestSubscriber` with many improvements, including:
      
      * scripting each expectation
      * builder API that guides you until the final verification step
      * virtual time support
      
      This commit refactor all existing tests to use this new
      infrastructure and removed the `TestSubscriber` implementation.
      
      Issue: SPR-14800
      99a32108
  14. 20 9月, 2016 1 次提交
  15. 12 9月, 2016 1 次提交
  16. 08 8月, 2016 1 次提交
    • S
      Anticipate reactor.test.TestSubscriber removal · 5531e807
      Sebastien Deleuze 提交于
      reactor.test.TestSubscriber will not be part of Reactor Core
      3.0.0 since it needs to be refactored to fit all the needs
      expressed by the users. It is likely to be back later in one
      of the Reactor Core 3.0.x releases.
      
      This commit anticipate this removal by temporarily copying
      TestSubscriber in spring-core test classes. As soon as
      the new TestSubscriber will be available in Reactor Core,
      Spring Framework reactive tests will use it again.
      5531e807
  17. 16 7月, 2016 1 次提交
  18. 15 7月, 2016 1 次提交
  19. 04 7月, 2016 1 次提交
  20. 01 7月, 2016 1 次提交
  21. 01 6月, 2016 1 次提交
  22. 28 4月, 2016 1 次提交
  23. 22 4月, 2016 1 次提交